mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1021 B
1021 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-schedule-hours | ScheduleHours | ScheduleHours | ScheduleHours | powershellsdk |
|
/tools/sdk/powershell/v2024/models/schedule-hours |
|
ScheduleHours
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "LIST", "RANGE" ] | Enum type to specify hours value | [required] |
| Values | []String | Values of the days based on the enum type mentioned above | [required] |
| Interval | Int64 | Interval between the cert generations | [optional] |
Examples
- Prepare the resource
$ScheduleHours = Initialize-V2024ScheduleHours -Type LIST `
-Values [1] `
-Interval 2
- Convert the resource to JSON
$ScheduleHours | ConvertTo-JSON