Class CloudWorkloadSecurityAgentRuleAction

The action the rule can perform if triggered

Hierarchy

  • CloudWorkloadSecurityAgentRuleAction

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

SECL expression used to target the container to apply the action on

hash?: {
    [key: string]: any;
}

An empty object indicating the hash action

Type declaration

  • [key: string]: any

Kill system call applied on the container matching the rule

The metadata action applied on the scope matching the rule

The set action applied on the scope matching the rule

Generated using TypeDoc