<PackageReference Include="Microsoft.Identity.Client" Version="4.83.3" />

Microsoft.Identity.Client.ManagedIdentity.ManagedIdentityResponse

public string AccessToken { get; set; }

The requested access token.

public string ClientId { get; set; }

A unique identifier generated by Azure AD for the Azure Resource.

public string ExpiresInRaw { get; set; }

public string ExpiresOn { get; set; }

The timespan when the access token expires.

public string ExpiresOnRaw { get; set; }

public string Resource { get; set; }

The resource the access token was requested for.

public string TokenType { get; set; }

The type of token returned by the Managed Identity endpoint.