ApplicationGatewayTrustedRootCertificatePropertiesFormatOutput interface
Trusted Root certificates properties of an application gateway.
Properties
| data | Certificate public data. |
| key |
Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault. |
| provisioning |
The provisioning state of the trusted root certificate resource. |
Property Details
data
Certificate public data.
data?: string
Property Value
string
keyVaultSecretId
Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.
keyVaultSecretId?: string
Property Value
string
provisioningState
The provisioning state of the trusted root certificate resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"