Member Junction
    Preparing search index...

    Interface AzureServicePrincipalCredentialValues

    Values for "Azure Service Principal" credential type. Used by: Microsoft Graph, Azure OpenAI, Azure Blob Storage

    interface AzureServicePrincipalCredentialValues {
        clientId: string;
        clientSecret: string;
        tenantId: string;
    }
    Index

    Properties

    clientId: string
    clientSecret: string
    tenantId: string