Class CloudWorkloadSecurityAgentPolicyCreateAttributes

Create a new Cloud Workload Security Agent policy

Hierarchy

  • CloudWorkloadSecurityAgentPolicyCreateAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
description?: string

The description of the policy

enabled?: boolean

Whether the policy is enabled

hostTags?: string[]

The host tags defining where this policy is deployed

hostTagsLists?: string[][]

The host tags defining where this policy is deployed, the inner values are linked with AND, the outer values are linked with OR

name: string

The name of the policy

Generated using TypeDoc