Package version:

The login server properties of the connected registry.

interface LoginServerProperties {
    host?: string;
    tls?: TlsProperties;
}

Properties

Properties

host?: string

The host of the connected registry. Can be FQDN or IP. NOTE: This property will not be serialized. It can only be populated by the server.

The TLS properties of the connected registry login server. NOTE: This property will not be serialized. It can only be populated by the server.