Microsoft.Identity.Client.ManagedIdentity.ManagedIdentityResponse
class ManagedIdentityResponse
The requested access token.
A unique identifier generated by Azure AD for the Azure Resource.
The timespan when the access token expires.
The object id of the user-assigned managed identity that issued the token, if the endpoint echoes it back.
The resource the access token was requested for.
The Azure resource id of the user-assigned managed identity that issued the token, if the endpoint echoes it back.
Prefers the "msi_res_id" spelling that Azure Arc returns and falls back to "mi_res_id", so the value is
deterministic regardless of the order the two fields appear in the JSON response.
The type of token returned by the Managed Identity endpoint.
public ManagedIdentityResponse()