ApplicationGatewaySslCertificateResponse

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

Link copied to clipboard
constructor(data: String? = null, etag: String, id: String? = null, keyVaultSecretId: String? = null, name: String? = null, password: String? = null, provisioningState: String, publicCertData: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val data: String? = null

Base-64 encoded pfx certificate. Only applicable in PUT Request.

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

Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.

Link copied to clipboard
val name: String? = null

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

Link copied to clipboard
val password: String? = null

Password for the pfx file specified in data. Only applicable in PUT request.

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.

Link copied to clipboard

Type of the resource.