Class CloudWorkloadSecurityAgentRuleActionCoreDump

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

Hierarchy

  • CloudWorkloadSecurityAgentRuleActionCoreDump

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

Whether the directory entry information is included in the core dump.

mount?: boolean

Whether the mount information is included in the core dump.

noCompression?: boolean

Whether the core dump is left uncompressed.

process?: boolean

Whether the process memory is included in the core dump.

Generated using TypeDoc