Options for creating or updating a masked email

interface Options {
    description?: string;
    forDomain?: string;
    state?: MaskedEmailState;
}

Hierarchy (view full)

Properties

description?: string

The description to set fpr the masked email

forDomain?: string

The domain to be associated with the masked email

The state to set for the masked email

Default Value

'enabled'

See

MaskedEmailState for valid values