zendesk-messaging-client
    Preparing search index...

    Type Alias Identity

    A connected user identity, such as an email.

    type Identity = {
        type?: string;
        value?: string;
        verification?: string;
    }
    Index

    Properties

    type?: string

    The type of identity.

    value?: string

    The identity value.

    verification?: string

    The type of verification performed on the identity.