mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
only beta
This commit is contained in:
@@ -1,37 +0,0 @@
|
||||
---
|
||||
id: v2024-schedule2-days
|
||||
title: Schedule2Days
|
||||
pagination_label: Schedule2Days
|
||||
sidebar_label: Schedule2Days
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'Schedule2Days']
|
||||
slug: /tools/sdk/powershell/v2024/models/schedule2-days
|
||||
tags: ['SDK', 'Software Development Kit', 'Schedule2Days']
|
||||
---
|
||||
|
||||
|
||||
# Schedule2Days
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**ApplicationId** | Pointer to **String** | The application id | [optional]
|
||||
**AccountMatchConfig** | Pointer to [**SelectorAccountMatchConfig**](selector-account-match-config) | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$Schedule2Days = Initialize-PSSailpoint.V2024Schedule2Days -ApplicationId 2c91808874ff91550175097daaec161c" `
|
||||
-AccountMatchConfig null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$Schedule2Days | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user