Class ApplicationSecurityPolicyMetadata

Metadata associated with the WAF policy.

Hierarchy

  • ApplicationSecurityPolicyMetadata

Constructors

Properties

addedAt?: Date

The date and time the WAF policy was created.

addedBy?: string

The handle of the user who created the WAF policy.

addedByName?: string

The name of the user who created the WAF policy.

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 policy was last updated.

modifiedBy?: string

The handle of the user who last updated the WAF policy.

modifiedByName?: string

The name of the user who last updated the WAF policy.

Generated using TypeDoc