Microsoft.Identity.Client.ManagedIdentity.ComputeMetadataResponse
class ComputeMetadataResponse
Represents compute metadata retrieved from the Azure Instance Metadata Service (IMDS).
namespace Microsoft.Identity.Client.ManagedIdentity
{
internal class ComputeMetadataResponse
{
public string OsType { get; set; }
public ComputeSecurityProfile SecurityProfile { get; set; }
public ComputeMetadataResponse();
}
}