id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| beta-sod-policy-schedule |
SodPolicySchedule |
SodPolicySchedule |
SodPolicySchedule |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| SodPolicySchedule |
| BetaSodPolicySchedule |
|
/tools/sdk/powershell/beta/models/sod-policy-schedule |
| SDK |
| Software Development Kit |
| SodPolicySchedule |
| BetaSodPolicySchedule |
|
SodPolicySchedule
Properties
| 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 |
|
[optional] |
| Recipients |
Pointer to []SodRecipient |
|
[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] |
Examples
- Convert the resource to JSON
[Back to top]