Share via


ApplicationGatewaySslCertificatePropertiesFormat interface

Properties of SSL certificates of an application gateway.

Properties

data

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

keyVaultSecretId

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.

Property Details

data

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

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

password

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

password?: string

Property Value

string