Class CloudWorkloadSecurityAgentRuleUpdateAttributes

Update an existing Cloud Workload Security Agent rule

Hierarchy

  • CloudWorkloadSecurityAgentRuleUpdateAttributes

Constructors

Properties

The array of actions the rule can perform if triggered

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
blocking?: string[]

The blocking policies that the rule belongs to

description?: string

The description of the Agent rule

disabled?: string[]

The disabled policies that the rule belongs to

enabled?: boolean

Whether the Agent rule is enabled

expression?: string

The SECL expression of the Agent rule

monitoring?: string[]

The monitoring policies that the rule belongs to

policyId?: string

The ID of the policy where the Agent rule is saved

productTags?: string[]

The list of product tags associated with the rule

Generated using TypeDoc