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