nylas
    Preparing search index...

    Interface CreateMicrosoftCredentialRequest

    Interface representing a request to create a Microsoft Admin Consent credential

    interface CreateMicrosoftCredentialRequest {
        credentialData: MicrosoftAdminConsentSettings;
        credentialType: ADMINCONSENT;
        name: string;
    }
    Index

    Properties

    Data that specifies some special data required for this credential

    credentialType: ADMINCONSENT

    Type of credential for the admin consent flow

    name: string

    Unique name of this credential