Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/Schedule2Days.md
2025-05-07 14:37:48 +00:00

958 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-schedule2-days Schedule2Days Schedule2Days Schedule2Days powershellsdk
powershell
PowerShell
sdk
Schedule2Days
V2024Schedule2Days
/tools/sdk/powershell/v2024/models/schedule2-days
SDK
Software Development Kit
Schedule2Days
V2024Schedule2Days

Schedule2Days

Properties

Name Type Description Notes
ApplicationId String The application id [optional]
AccountMatchConfig SelectorAccountMatchConfig [optional]

Examples

  • Prepare the resource
$Schedule2Days = Initialize-V2024Schedule2Days  -ApplicationId 2c91808874ff91550175097daaec161c" `
 -AccountMatchConfig null
  • Convert the resource to JSON
$Schedule2Days | ConvertTo-JSON

[Back to top]