ApplicationGatewaySslCertificatePropertiesFormat interface
Properties of SSL certificates of an application gateway.
Properties
| data | Base-64 encoded pfx certificate. Only applicable in PUT Request. |
| hsm | Managed HSM properties of the Application Gateway resource. |
| key |
Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault. |
| password | Password for the pfx file specified in data. Only applicable in PUT request. |
| provisioning |
The provisioning state of the SSL certificate resource. |
| public |
Base-64 encoded Public cert data corresponding to pfx specified in data. Only applicable in GET request. |
Property Details
data
Base-64 encoded pfx certificate. Only applicable in PUT Request.
data?: string
Property Value
string
hsm
Managed HSM properties of the Application Gateway resource.
hsm?: ApplicationGatewayManagedHsm
Property Value
keyVaultSecretId
Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.
keyVaultSecretId?: string
Property Value
string
password
Password for the pfx file specified in data. Only applicable in PUT request.
password?: string
Property Value
string
provisioningState
The provisioning state of the SSL certificate resource.
provisioningState?: string
Property Value
string
publicCertData
Base-64 encoded Public cert data corresponding to pfx specified in data. Only applicable in GET request.
publicCertData?: string
Property Value
string