mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: beta-schedule-hours
|
||||
title: ScheduleHours
|
||||
pagination_label: ScheduleHours
|
||||
sidebar_label: ScheduleHours
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'ScheduleHours', 'BetaScheduleHours']
|
||||
slug: /tools/sdk/powershell/beta/models/schedule-hours
|
||||
tags: ['SDK', 'Software Development Kit', 'ScheduleHours', 'BetaScheduleHours']
|
||||
---
|
||||
|
||||
|
||||
# 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** | Pointer to **Int64** | Interval between the cert generations | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ScheduleHours = Initialize-PSSailpoint.BetaScheduleHours -Type LIST `
|
||||
-Values [1] `
|
||||
-Interval 2
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$ScheduleHours | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user