Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/Schedule2Months.md
2025-02-03 22:09:17 +00:00

1001 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-months Schedule2Months Schedule2Months Schedule2Months powershellsdk
powershell
PowerShell
sdk
Schedule2Months
V2024Schedule2Months
/tools/sdk/powershell/v2024/models/schedule2-months
SDK
Software Development Kit
Schedule2Months
V2024Schedule2Months

Schedule2Months

Properties

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

Examples

  • Prepare the resource
$Schedule2Months = Initialize-PSSailpoint.V2024Schedule2Months  -ApplicationId 2c91808874ff91550175097daaec161c" `
 -AccountMatchConfig null
  • Convert the resource to JSON
$Schedule2Months | ConvertTo-JSON

[Back to top]