TlsProperties interface
The TLS properties of the connected registry login server.
Properties
| certificate | The certificate used to configure HTTPS for the login server. NOTE: This property will not be serialized. It can only be populated by the server. |
| status | Indicates whether HTTPS is enabled for the login server. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
certificate
The certificate used to configure HTTPS for the login server. NOTE: This property will not be serialized. It can only be populated by the server.
certificate?: TlsCertificateProperties
Property Value
status
Indicates whether HTTPS is enabled for the login server. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string