TlsPropertiesResponse

data class TlsPropertiesResponse(val certificate: TlsCertificatePropertiesResponse, val status: String)

The TLS properties of the connected registry login server.

Constructors

Link copied to clipboard
constructor(certificate: TlsCertificatePropertiesResponse, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The certificate used to configure HTTPS for the login server.

Link copied to clipboard

Indicates whether HTTPS is enabled for the login server.