Microsoft.Identity.Client.ManagedIdentity.V2.CertificateRequestResponse class CertificateRequestResponse Represents the response for a Managed Identity CSR request. Documentation Code public string Certificate { get; set; } public string ClientId { get; set; } public string IdentityType { get; set; } public string MtlsAuthenticationEndpoint { get; set; } public string TenantId { get; set; } public CertificateRequestResponse() public static void Validate(CertificateRequestResponse certificateRequestResponse)