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

Microsoft.Identity.Client.ManagedIdentity.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(); } }