Class CloudWorkloadSecurityAgentPolicyAttributes

A Cloud Workload Security Agent policy returned by the API

Hierarchy

  • CloudWorkloadSecurityAgentPolicyAttributes

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
blockingRulesCount?: number

The number of rules with the blocking feature in this policy

datadogManaged?: boolean

Whether the policy is managed by Datadog

description?: string

The description of the policy

disabledRulesCount?: number

The number of rules that are disabled in this policy

enabled?: boolean

Whether the Agent 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

monitoringRulesCount?: number

The number of rules in the monitoring state in this policy

name?: string

The name of the policy

policyVersion?: string

The version of the policy

priority?: number

The priority of the policy

ruleCount?: number

The number of rules in this policy

updateDate?: number

Timestamp in milliseconds when the policy was last updated

updatedAt?: number

When the policy was last updated, timestamp in milliseconds

The attributes of the user who last updated the policy

Generated using TypeDoc