nylas
    Preparing search index...

    Interface CreateGoogleCredentialRequest

    Interface representing a request to create a Google Service Account credential

    interface CreateGoogleCredentialRequest {
        credentialData: GoogleServiceAccountCredential;
        credentialType: SERVICEACCOUNT;
        name: string;
    }
    Index

    Properties

    Data that specifies some special data required for this credential

    credentialType: SERVICEACCOUNT

    Type of credential for the app permission flow

    name: string

    Unique name of this credential