HostNameSslState interface
SSL-enabled hostname.
Properties
host |
Indicates whether the hostname is a standard or repository hostname. |
name | Hostname. |
ssl |
SSL type. |
thumbprint | SSL certificate thumbprint. |
to |
Set to |
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
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