id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| scheduled-attributes |
ScheduledAttributes |
ScheduledAttributes |
ScheduledAttributes |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| ScheduledAttributes |
| ScheduledAttributes |
|
/tools/sdk/powershell/v3/models/scheduled-attributes |
| SDK |
| Software Development Kit |
| ScheduledAttributes |
| ScheduledAttributes |
|
ScheduledAttributes
Properties
| Name |
Type |
Description |
Notes |
| CronString |
String |
A valid CRON expression |
[optional] |
| Frequency |
Enum [ "daily", "weekly", "monthly", "yearly", "cronSchedule" ] |
Frequency of execution |
[required] |
| TimeZone |
String |
Time zone identifier |
[optional] |
| WeeklyDays |
[]String |
Scheduled days of the week for execution |
[optional] |
| WeeklyTimes |
[]String |
Scheduled execution times |
[optional] |
Examples
- Convert the resource to JSON
[Back to top]