only beta

This commit is contained in:
darrell-thobe-sp
2025-01-28 08:57:33 -05:00
parent fb685431b3
commit ca4e98517f
444 changed files with 0 additions and 18963 deletions

View File

@@ -1,37 +0,0 @@
---
id: v2024-schedule1
title: Schedule1
pagination_label: Schedule1
sidebar_label: Schedule1
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'Schedule1']
slug: /tools/sdk/powershell/v2024/models/schedule1
tags: ['SDK', 'Software Development Kit', 'Schedule1']
---
# 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
```powershell
$Schedule1 = Initialize-PSSailpoint.V2024Schedule1 -Type ACCOUNT_AGGREGATION `
-CronExpression 0 0 5,13,21 * * ?
```
- Convert the resource to JSON
```powershell
$Schedule1 | ConvertTo-JSON
```
[[Back to top]](#)