Class CloudWorkloadSecurityAgentRuleAttributes

A Cloud Workload Security Agent rule returned by the API.

Hierarchy

  • CloudWorkloadSecurityAgentRuleAttributes

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
agentConstraint?: string

The version of the agent.

category?: string

The category of the Agent rule.

creationAuthorUuId?: string

The ID of the user who created the rule.

creationDate?: number

When the Agent rule was created, timestamp in milliseconds.

The attributes of the user who created the Agent rule.

defaultRule?: boolean

Whether the rule is included by default.

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.

updateAuthorUuId?: string

The ID of the user who updated the rule.

updateDate?: number

Timestamp in milliseconds when the Agent rule was last updated.

updatedAt?: number

When the Agent rule was last updated, timestamp in milliseconds.

The attributes of the user who last updated the Agent rule.

version?: number

The version of the Agent rule.

Generated using TypeDoc