GetCertificateMapEntryResult

data class GetCertificateMapEntryResult(val certificates: List<String>, val createTime: String, val description: String, val hostname: String, val labels: Map<String, String>, val matcher: String, val name: String, val state: String, val updateTime: String)

Constructors

Link copied to clipboard
constructor(certificates: List<String>, createTime: String, description: String, hostname: String, labels: Map<String, String>, matcher: String, name: String, state: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A set of Certificates defines for the given hostname. There can be defined up to four certificates in each Certificate Map Entry. Each certificate must match pattern projects/*/locations/*/certificates/*.

Link copied to clipboard

The creation timestamp of a Certificate Map Entry.

Link copied to clipboard

One or more paragraphs of text description of a certificate map entry.

Link copied to clipboard

A Hostname (FQDN, e.g. example.com) or a wildcard hostname expression (*.example.com) for a set of hostnames with common suffix. Used as Server Name Indication (SNI) for selecting a proper certificate.

Link copied to clipboard

Set of labels associated with a Certificate Map Entry.

Link copied to clipboard

A predefined matcher for particular cases, other than SNI selection.

Link copied to clipboard

A user-defined name of the Certificate Map Entry. Certificate Map Entry names must be unique globally and match pattern projects/*/locations/*/certificateMaps/*/certificateMapEntries/*.

Link copied to clipboard

A serving state of this Certificate Map Entry.

Link copied to clipboard

The update timestamp of a Certificate Map Entry. //////*/