Class CloudWorkloadSecurityAgentRuleActionSet

The set action applied on the scope matching the rule

Hierarchy

  • CloudWorkloadSecurityAgentRuleActionSet

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
append?: boolean

Whether the value should be appended to the field

field?: string

The field of the set action

name?: string

The name of the set action

scope?: string

The scope of the set action

size?: number

The size of the set action

ttl?: number

The time to live of the set action

value?: string

The value of the set action

Generated using TypeDoc