@sudoplatform/sudo-email
    Preparing search index...

    Interface ListEmailAddressesForSudoIdInput

    Input for SudoEmailClient.listEmailAddressesForSudoId.

    ListEmailAddressesForSudoIdInput

    interface ListEmailAddressesForSudoIdInput {
        cachePolicy?: CachePolicy;
        limit?: number;
        nextToken?: string;
        sudoId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cachePolicy?: CachePolicy

    Determines how the email addresses will be fetched. Default usage is remoteOnly.

    limit?: number

    Number of items to return. Will be defaulted if omitted.

    nextToken?: string

    A token generated by a previous call.

    sudoId: string

    The identifier of the Sudo that owns the email address.