Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -16,15 +16,15 @@ tags: ['SDK', 'Software Development Kit', 'SodPolicySchedule', 'BetaSodPolicySch
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | Pointer to **String** | SOD Policy schedule name | [optional]
**Created** | Pointer to **System.DateTime** | The time when this SOD policy schedule is created. | [optional]
**Modified** | Pointer to **System.DateTime** | The time when this SOD policy schedule is modified. | [optional]
**Description** | Pointer to **String** | SOD Policy schedule description | [optional]
**Schedule** | Pointer to [**Schedule1**](schedule1) | | [optional]
**Recipients** | Pointer to [**[]SodRecipient**](sod-recipient) | | [optional]
**EmailEmptyResults** | Pointer to **Boolean** | Indicates if empty results need to be emailed | [optional]
**CreatorId** | Pointer to **String** | Policy's creator ID | [optional]
**ModifierId** | Pointer to **String** | Policy's modifier ID | [optional]
**Name** | **String** | SOD Policy schedule name | [optional]
**Created** | **System.DateTime** | The time when this SOD policy schedule is created. | [optional]
**Modified** | **System.DateTime** | The time when this SOD policy schedule is modified. | [optional]
**Description** | **String** | SOD Policy schedule description | [optional]
**Schedule** | [**Schedule1**](schedule1) | | [optional]
**Recipients** | [**[]SodRecipient**](sod-recipient) | | [optional]
**EmailEmptyResults** | **Boolean** | Indicates if empty results need to be emailed | [optional]
**CreatorId** | **String** | Policy's creator ID | [optional]
**ModifierId** | **String** | Policy's modifier ID | [optional]
## Examples