SslConfiguration interface
SSL configuration. If configured data-plane calls to user services will be exposed over SSL only.
Properties
cert | The SSL cert data in PEM format. |
cname | The CName of the certificate. |
key | The SSL key data in PEM format. This is not returned in response of GET/PUT on the resource. To see this please call listKeys API. |
status | SSL status. Allowed values are Enabled and Disabled. Possible values include: 'Enabled', 'Disabled'. Default value: 'Enabled'. |
Property Details
cert
The SSL cert data in PEM format.
cert?: string
Property Value
string
cname
The CName of the certificate.
cname?: string
Property Value
string
key
The SSL key data in PEM format. This is not returned in response of GET/PUT on the resource. To see this please call listKeys API.
key?: string
Property Value
string
status
SSL status. Allowed values are Enabled and Disabled. Possible values include: 'Enabled', 'Disabled'. Default value: 'Enabled'.
status?: Status