VpnClientRootCertificatePropertiesFormatOutput interface
Properties of SSL certificates of application gateway.
Properties
| provisioning |
The provisioning state of the VPN client root certificate resource. |
| public |
The certificate public data. |
Property Details
provisioningState
The provisioning state of the VPN client root certificate resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
publicCertData
The certificate public data.
publicCertData: string
Property Value
string