Class CloudWorkloadSecurityAgentRuleCreateAttributes

Create a new Cloud Workload Security Agent rule.

Hierarchy

  • CloudWorkloadSecurityAgentRuleCreateAttributes

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.

filters?: string[]

The platforms the Agent rule is supported on

monitoring?: string[]

The monitoring policies that the rule belongs to

name: string

The name of the Agent rule.

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