Skip to main content

ScheduleMonths

Properties

NameTypeDescriptionNotes
TypeEnum [ "LIST", "RANGE" ]Enum type to specify months value[required]
Values[]StringValues of the months based on the enum type mentioned above[required]
IntervalInt64Interval between the cert generations[optional]

Examples

  • Prepare the resource
$ScheduleMonths = Initialize-PSSailpoint.V2024ScheduleMonths  -Type LIST `
-Values [1] `
-Interval 2
  • Convert the resource to JSON
$ScheduleMonths | ConvertTo-JSON

[Back to top]