Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/Schedule1.md
2025-01-28 13:29:29 -05:00

929 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-schedule1 Schedule1 Schedule1 Schedule1 powershellsdk
powershell
PowerShell
sdk
Schedule1
V2024Schedule1
/tools/sdk/powershell/v2024/models/schedule1
SDK
Software Development Kit
Schedule1
V2024Schedule1

Schedule1

Properties

Name Type Description Notes
Type Enum [ "ACCOUNT_AGGREGATION", "GROUP_AGGREGATION" ] The type of the Schedule. [required]
CronExpression String The cron expression of the schedule. [required]

Examples

  • Prepare the resource
$Schedule1 = Initialize-PSSailpoint.V2024Schedule1  -Type ACCOUNT_AGGREGATION `
 -CronExpression 0 0 5,13,21 * * ?
  • Convert the resource to JSON
$Schedule1 | ConvertTo-JSON

[Back to top]