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

The core dump action applied on the process matching the rule.

disabled?: boolean

Whether the action is disabled

filter?: string

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

Hash file specified by the field attribute

Kill system call applied on the container matching the rule

The log action applied when the rule is triggered.

The metadata action applied on the scope matching the rule

The network filter action applied on the network traffic matching the rule.

The set action applied on the scope matching the rule

Generated using TypeDoc