Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ManagedIdentityCredentialClientIdOptions

Package version

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

Hierarchy

Index

Properties

Optional authorityHost

authorityHost: undefined | string

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

Optional clientId

clientId: undefined | string

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

Optional loggingOptions

loggingOptions: LogPolicyOptions & { allowLoggingAccountIdentifiers?: undefined | false | true }

Allows logging account information once the authentication flow succeeds.

Generated using TypeDoc