Class ApplicationSecurityWafCustomRuleMetadata

Metadata associated with the WAF Custom Rule.

Hierarchy

  • ApplicationSecurityWafCustomRuleMetadata

Constructors

Properties

addedAt?: Date

The date and time the WAF custom rule was created.

addedBy?: string

The handle of the user who created the WAF custom rule.

addedByName?: string

The name of the user who created the WAF custom rule.

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
modifiedAt?: Date

The date and time the WAF custom rule was last updated.

modifiedBy?: string

The handle of the user who last updated the WAF custom rule.

modifiedByName?: string

The name of the user who last updated the WAF custom rule.

Generated using TypeDoc