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

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

Schedule1Months

Properties

Name Type Description Notes
Type SelectorType [required]
Values []String The selected values. [required]
Interval Int32 The selected interval for RANGE selectors. [optional]

Examples

  • Prepare the resource
$Schedule1Months = Initialize-Schedule1Months  -Type null `
 -Values [MON, WED] `
 -Interval 3
  • Convert the resource to JSON
$Schedule1Months | ConvertTo-JSON

[Back to top]