Skip to main content

ScheduleHours

Properties

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

Examples

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

[Back to top]