Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SslConfiguration

Package version

interface

An interface representing SslConfiguration. SSL configuration. If configured data-plane calls to user services will be exposed over SSL only.

Hierarchy

  • SslConfiguration

Index

Properties

Properties

Optional cert

cert: undefined | string
member

{string} [cert] The SSL cert data in PEM format.

Optional cname

cname: undefined | string
member

{string} [cname] The CName of the certificate.

Optional key

key: undefined | string
member

{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.

Optional status

status: Status
member

{Status} [status] SSL status. Allowed values are Enabled and Disabled. Possible values include: 'Enabled', 'Disabled'. Default value: 'Enabled' .

Generated using TypeDoc