Resource: FeaturedContentPlaybook
FeaturedContentPlaybook resource.
| JSON representation |
|---|
{ "name": string, "uid": string, "contentMetadata": { object ( |
| Fields | |
|---|---|
name |
Identifier. The resource name of the FeaturedContentPlaybook. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentPlaybooks/{featuredContentPlaybook} |
uid |
Output only. The identifier of the FeaturedContentPlaybook. |
contentMetadata |
Output only. Metadata about the FeaturedContentPlaybook. |
content |
Output only. The playbook content. |
PlaybookContent
PlaybookContent holds content of the Featured Content Playbook.
| JSON representation |
|---|
{ "tags": [ string ], "type": enum ( |
| Fields | |
|---|---|
tags[] |
Output only. Tags associated with the playbook. |
type |
Output only. The playbook type. |
integrations[] |
Output only. Integrations used in the playbook. |
dependentPlaybookIds[] |
Output only. Dependent playbook ids. |
source |
Output only. The playbook source provider. |
verified |
Output only. Indicates whether the playbook is verified. |
standalone |
Output only. Indicates whether the playbook is installable. |
hasAlertOverview |
Output only. Indicates whether the playbook has an alert overview. |
rawDefinition |
Output only. The playbook raw definition. |
contactEmail |
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 |
|
|---|---|
|
Fetches available facets for filtering FeaturedContentPlaybooks. |
|
Gets a single FeaturedContentPlaybook. |
|
Installs a FeaturedContentPlaybook into the SecOps instance. |
|
Lists all available FeaturedContentPlaybooks. |