HostNameSslState interface

SSL-enabled hostname.

Properties

hostType

Indicates whether the hostname is a standard or repository hostname.

name

Hostname.

sslState

SSL type.

thumbprint

SSL certificate thumbprint.

toUpdate

Set to true to update existing hostname.

virtualIP

Virtual IP address assigned to the hostname if IP based SSL is enabled.

Property Details

hostType

Indicates whether the hostname is a standard or repository hostname.

hostType?: HostType

Property Value

name

Hostname.

name?: string

Property Value

string

sslState

SSL type.

sslState?: SslState

Property Value

thumbprint

SSL certificate thumbprint.

thumbprint?: string

Property Value

string

toUpdate

Set to true to update existing hostname.

toUpdate?: boolean

Property Value

boolean

virtualIP

Virtual IP address assigned to the hostname if IP based SSL is enabled.

virtualIP?: string

Property Value

string