Class CloudWorkloadSecurityAgentRuleCreateAttributes

Create a new Cloud Workload Security Agent rule.

Hierarchy

  • CloudWorkloadSecurityAgentRuleCreateAttributes

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.

filters?: string[]

The platforms the Agent rule is supported on.

name: string

The name of the Agent rule.

Generated using TypeDoc