Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/Schedule1Days.md
2025-02-03 22:09:17 +00:00

956 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
schedule1-days Schedule1Days Schedule1Days Schedule1Days powershellsdk
powershell
PowerShell
sdk
Schedule1Days
Schedule1Days
/tools/sdk/powershell/v3/models/schedule1-days
SDK
Software Development Kit
Schedule1Days
Schedule1Days

Schedule1Days

Properties

Name Type Description Notes
Type SelectorType [required]
Values []String The selected values. [required]
Interval Int32 The selected interval for RANGE selectors. [optional]

Examples

  • Prepare the resource
$Schedule1Days = Initialize-PSSailpoint.V3Schedule1Days  -Type null `
 -Values [MON, WED] `
 -Interval 3
  • Convert the resource to JSON
$Schedule1Days | ConvertTo-JSON

[Back to top]