Package version:

Interface ManagedIdentityCredentialClientIdOptions

Options to send on the ManagedIdentityCredential constructor. This variation supports clientId and not resourceId, since only one of both is supported.

interface ManagedIdentityCredentialClientIdOptions {
    authorityHost?: string;
    clientId?: string;
    loggingOptions?: any;
}

Hierarchy (view full)

Properties

authorityHost?: string

The authority host to use for authentication requests. Possible values are available through AzureAuthorityHosts. The default is "https://login.microsoftonline.com".

clientId?: string

The client ID of the user - assigned identity, or app registration(when working with AKS pod - identity).

loggingOptions?: any

Allows users to configure settings for logging policy options, allow logging account information and personally identifiable information for customer support.