Class CloudWorkloadSecurityAgentRuleUpdateAttributes

Update an existing Cloud Workload Security Agent rule.

Hierarchy

  • CloudWorkloadSecurityAgentRuleUpdateAttributes

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 Agent rule.

enabled?: boolean

Whether the Agent rule is enabled.

expression?: string

The SECL expression of the Agent rule.

Generated using TypeDoc