ManagedIdentityCapabilities.Source Property

Definition

Gets the detected managed identity source.

public Microsoft.Identity.Client.ManagedIdentity.ManagedIdentitySource Source { get; }
member this.Source : Microsoft.Identity.Client.ManagedIdentity.ManagedIdentitySource
Public ReadOnly Property Source As ManagedIdentitySource

Property Value

The ManagedIdentitySource detected on the environment, or None if no source was detected. The internal IMDS v1/v2 distinction is not surfaced here; both report Imds.

Applies to