Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DefaultAzureCredentialOptions

Package version

Provides options to configure the DefaultAzureCredential class.

Hierarchy

Index

Properties

Optional authorityHost

authorityHost: undefined | string

The authority host to use for authentication requests. The default is "https://login.microsoftonline.com".

Optional managedIdentityClientId

managedIdentityClientId: undefined | string

Optionally pass in a user assigned client ID to be used by the ManagedIdentityCredential. This client ID can also be passed through to the ManagedIdentityCredential through the environment variable: AZURE_CLIENT_ID.

Optional tenantId

tenantId: undefined | string

Optionally pass in a Tenant ID to be used as part of the credential. By default it may use a generic tenant ID depending on the underlying credential.

Generated using TypeDoc