Application Gateway Ssl Certificate Response
data class ApplicationGatewaySslCertificateResponse(val data: String? = null, val etag: String, val id: String? = null, val keyVaultSecretId: String? = null, val name: String? = null, val password: String? = null, val provisioningState: String, val publicCertData: String, val type: String)
SSL certificates of an application gateway.
Constructors
Properties
Link copied to clipboard
Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.
Link copied to clipboard
The provisioning state of the SSL certificate resource.
Link copied to clipboard
Base-64 encoded Public cert data corresponding to pfx specified in data. Only applicable in GET request.