LegacyPlaybookOverviewTemplateData Stay organized with collections Save and categorize content based on your preferences.
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. |
SYSTEM_CASE_V2 | The overview template type is system case v2. |
SYSTEM_ALERT_V2 | The overview template type is system alert v2. |
SYSTEM_DETECTION | The overview template type is system detection. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-02-02 UTC.