Package version:

The TLS certificate properties of the connected registry login server.

interface TlsCertificateProperties {
    location?: string;
    type?: string;
}

Properties

Properties

location?: string

Indicates the location of the certificates. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

The type of certificate location. NOTE: This property will not be serialized. It can only be populated by the server.