ApplicationGatewaySslCertificate interface

SSL certificates of an application gateway.

Extends

Properties

data

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

etag

A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.

keyVaultSecretId

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

name

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

password

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

provisioningState

The provisioning state of the SSL certificate resource. NOTE: This property will not be serialized. It can only be populated by the server.

publicCertData

Base-64 encoded Public cert data corresponding to pfx specified in data. Only applicable in GET request. NOTE: This property will not be serialized. It can only be populated by the server.

type

Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

id

Resource ID.

Property Details

data

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

data?: string

Property Value

string

etag

A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.

etag?: 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

name

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

name?: 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. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

publicCertData

Base-64 encoded Public cert data corresponding to pfx specified in data. Only applicable in GET request. NOTE: This property will not be serialized. It can only be populated by the server.

publicCertData?: string

Property Value

string

type

Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited Property Details

id

Resource ID.

id?: string

Property Value

string

Inherited From SubResource.id