ApplicationGatewayTrustedClientCertificatePropertiesFormatOutput interface
Trusted client certificates properties of an application gateway.
Properties
| client |
Distinguished name of client certificate issuer. |
| data | Certificate public data. |
| provisioning |
The provisioning state of the trusted client certificate resource. |
| validated |
Validated certificate data. |
Property Details
clientCertIssuerDN
Distinguished name of client certificate issuer.
clientCertIssuerDN?: string
Property Value
string
data
Certificate public data.
data?: string
Property Value
string
provisioningState
The provisioning state of the trusted client certificate resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
validatedCertData
Validated certificate data.
validatedCertData?: string
Property Value
string