Class DomainAllowlistResponseDataAttributes

The details of the email domain allowlist.

Hierarchy

  • DomainAllowlistResponseDataAttributes

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
domains?: string[]

The list of domains in the email domain allowlist.

enabled?: boolean

Whether the email domain allowlist is enabled for the org.

Generated using TypeDoc