mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
1.0 KiB
1.0 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-schedule-months | ScheduleMonths | ScheduleMonths | ScheduleMonths | powershellsdk |
|
/tools/sdk/powershell/v2025/models/schedule-months |
|
ScheduleMonths
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "LIST", "RANGE" ] | Enum type to specify months value | [required] |
| Values | []String | Values of the months based on the enum type mentioned above | [required] |
| Interval | Int64 | Interval between the cert generations | [optional] |
Examples
- Prepare the resource
$ScheduleMonths = Initialize-V2025ScheduleMonths -Type LIST `
-Values [1] `
-Interval 2
- Convert the resource to JSON
$ScheduleMonths | ConvertTo-JSON