Skip to main content

Schedule1Months

Properties

NameTypeDescriptionNotes
TypeSelectorType[required]
Values[]StringThe selected values.[required]
IntervalInt32The selected interval for RANGE selectors.[optional]

Examples

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

[Back to top]