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

979 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
beta-schedule1-months Schedule1Months Schedule1Months Schedule1Months powershellsdk
powershell
PowerShell
sdk
Schedule1Months
BetaSchedule1Months
/tools/sdk/powershell/beta/models/schedule1-months
SDK
Software Development Kit
Schedule1Months
BetaSchedule1Months

Schedule1Months

Properties

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

Examples

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

[Back to top]