REST Resource: projects.locations.instances.contentHub.featuredContentPlaybooks

Resource: FeaturedContentPlaybook

FeaturedContentPlaybook resource.

JSON representation
{
  "name": string,
  "uid": string,
  "contentMetadata": {
    object (FeaturedContentMetadata)
  },
  "content": {
    object (PlaybookContent)
  }
}
Fields
name

string

Identifier. The resource name of the FeaturedContentPlaybook. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentPlaybooks/{featuredContentPlaybook}

uid

string

Output only. The identifier of the FeaturedContentPlaybook.

contentMetadata

object (FeaturedContentMetadata)

Output only. Metadata about the FeaturedContentPlaybook.

content

object (PlaybookContent)

Output only. The playbook content.

PlaybookContent

PlaybookContent holds content of the Featured Content Playbook.

JSON representation
{
  "tags": [
    string
  ],
  "type": enum (FeaturedPlaybookType),
  "integrations": [
    string
  ],
  "dependentPlaybookIds": [
    string
  ],
  "source": enum (ResourceProvider),
  "verified": boolean,
  "standalone": boolean,
  "hasAlertOverview": boolean,
  "rawDefinition": string,
  "contactEmail": string
}
Fields
tags[]

string

Output only. Tags associated with the playbook.

type

enum (FeaturedPlaybookType)

Output only. The playbook type.

integrations[]

string

Output only. Integrations used in the playbook.

dependentPlaybookIds[]

string

Output only. Dependent playbook ids.

source

enum (ResourceProvider)

Output only. The playbook source provider.

verified

boolean

Output only. Indicates whether the playbook is verified.

standalone

boolean

Output only. Indicates whether the playbook is installable.

hasAlertOverview

boolean

Output only. Indicates whether the playbook has an alert overview.

rawDefinition

string

Output only. The playbook raw definition.

contactEmail

string

Output only. The contact email for the playbook.

FeaturedPlaybookType

Represents the playbook type for FeaturedContentPlaybook.

Enums
FEATURED_PLAYBOOK_TYPE_UNSPECIFIED Default value. This value is unused.
PLAYBOOK Playbook type.
BLOCK Block type.

ResourceProvider

Represents the content hub resource provider for FeaturedContentPlaybook.

Enums
RESOURCE_PROVIDER_UNSPECIFIED Default value. This value is unused.
GOOGLE Google resource provider.
COMMUNITY Community resource provider.
PARTNER Partner resource provider.

Methods

fetchFacets

Fetches available facets for filtering FeaturedContentPlaybooks.

get

Gets a single FeaturedContentPlaybook.

install

Installs a FeaturedContentPlaybook into the SecOps instance.

list

Lists all available FeaturedContentPlaybooks.