LegacyPlaybookOverviewTemplateData represents overview template data.
JSON representation |
---|
{ "id": string, "identifier": string, "name": string, "creator": string, "playbookIdentifier": string, "type": enum ( |
Fields | |
---|---|
id |
Required. Id is the unique identifier of the overview template. |
identifier |
Required. Identifier is the unique identifier of the overview template. |
name |
Required. Name is the name of the overview template. |
creator |
Required. Creator is the creator of the overview template. |
playbookIdentifier |
Required. PlaybookIdentifier is the identifier of the playbook. |
type |
Required. Type is the type of the overview template. |
widgets[] |
Optional. Widgets is a list of widgets in the overview template. |
roles[] |
Optional. Roles is a list of roles associated with the overview template. |
creationTimeUnixTimeInMs |
Required. CreationTimeUnixTimeInMs is the creation time of the overview template. Represents DateTime CreationTimeUnixTimeInMs as unix time |
OverviewTemplateType
OverviewTemplateType represents the type of an overview template.
Enums | |
---|---|
OVERVIEW_TEMPLATE_TYPE_UNSPECIFIED |
The overview template type is unspecified. |
PLAYBOOK_DEFAULT |
The overview template type is playbook default. |
REGULAR |
The overview template type is regular. |
SYSTEM_ALERT |
The overview template type is system alert. |
SYSTEM_CASE |
The overview template type is system case. |
ALERT_TYPE |
The overview template type is alert type. |