ApplicationGatewayTrustedClientCertificateResponse

data class ApplicationGatewayTrustedClientCertificateResponse(val clientCertIssuerDN: String, val data: String? = null, val etag: String, val id: String? = null, val name: String? = null, val provisioningState: String, val type: String, val validatedCertData: String)

Trusted client certificates of an application gateway.

Constructors

constructor(clientCertIssuerDN: String, data: String? = null, etag: String, id: String? = null, name: String? = null, provisioningState: String, type: String, validatedCertData: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Distinguished name of client certificate issuer.

Link copied to clipboard
val data: String? = null

Certificate public data.

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val name: String? = null

Name of the trusted client certificate that is unique within an Application Gateway.

Link copied to clipboard

The provisioning state of the trusted client certificate resource.

Link copied to clipboard

Type of the resource.

Link copied to clipboard

Validated certificate data.