LegacyPlaybookOverviewTemplateData

LegacyPlaybookOverviewTemplateData represents overview template data.

JSON representation
{
  "id": string,
  "identifier": string,
  "name": string,
  "creator": string,
  "playbookIdentifier": string,
  "type": enum (OverviewTemplateType),
  "widgets": [
    {
      object (LegacyPlaybookTemplateWidgetDefinition)
    }
  ],
  "roles": [
    string
  ],
  "creationTimeUnixTimeInMs": string
}
Fields
id

string (int64 format)

Required. Id is the unique identifier of the overview template.

identifier

string

Required. Identifier is the unique identifier of the overview template.

name

string

Required. Name is the name of the overview template.

creator

string

Required. Creator is the creator of the overview template.

playbookIdentifier

string

Required. PlaybookIdentifier is the identifier of the playbook.

type

enum (OverviewTemplateType)

Required. Type is the type of the overview template.

widgets[]

object (LegacyPlaybookTemplateWidgetDefinition)

Optional. Widgets is a list of widgets in the overview template.

roles[]

string (int64 format)

Optional. Roles is a list of roles associated with the overview template.

creationTimeUnixTimeInMs

string (int64 format)

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.