<PackageReference Include="Microsoft.Identity.Client" Version="4.84.1-preview" />

Microsoft.Identity.Client.ManagedIdentity.V2.CertificateRequestResponse

Represents the response for a Managed Identity CSR request.
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 static void Validate(CertificateRequestResponse certificateRequestResponse)