Microsoft.Identity.Client.ManagedIdentity.ComputeSecurityProfile
class ComputeSecurityProfile
Represents the security profile of an Azure VM from IMDS compute metadata.
namespace Microsoft.Identity.Client.ManagedIdentity
{
internal class ComputeSecurityProfile
{
public string SecurityType { get; set; }
public ComputeSecurityProfile();
}
}