DefaultAzureCredentialOptions.ManagedIdentityClientId Property

Definition

Specifies the client ID of a user-assigned managed identity. If this value is configured, then ManagedIdentityResourceId should not be configured.

public string ManagedIdentityClientId { get; set; }
member this.ManagedIdentityClientId : string with get, set
Public Property ManagedIdentityClientId As String

Property Value

Remarks

If neither the ManagedIdentityClientId nor the ManagedIdentityResourceId property is set, then a system-assigned managed identity is used.

Applies to