Member Junction
    Preparing search index...

    Decrypted credential values from the Credential Engine — SQL auth or Entra service principal.

    interface SQLServerCredentialValues {
        clientId: string;
        clientSecret: string;
        password: string;
        tenantId: string;
        username: string;
        [key: string]: string;
    }

    Hierarchy

    • Record<string, string>
      • SQLServerCredentialValues

    Indexable

    • [key: string]: string
    Index

    Properties

    clientId: string
    clientSecret: string
    password: string
    tenantId: string

    Microsoft Entra service-principal authentication (e.g. Microsoft Fabric).

    username: string

    SQL authentication.