Resource: CertificateMapEntry
Defines a certificate map entry.
JSON representation |
---|
{ "name": string, "description": string, "createTime": string, "updateTime": string, "labels": { string: string, ... }, "certificates": [ string ], "state": enum ( |
Fields | |
---|---|
name |
Identifier. A user-defined name of the Certificate Map Entry. Certificate Map Entry names must be unique globally and match pattern |
description |
Optional. One or more paragraphs of text description of a certificate map entry. |
createTime |
Output only. The creation timestamp of a Certificate Map Entry. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. The update timestamp of a Certificate Map Entry. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
Optional. Set of labels associated with a Certificate Map Entry. An object containing a list of |
certificates[] |
Optional. A set of Certificates defines for the given |
state |
Output only. A serving state of this Certificate Map Entry. |
Union field match . The matcher for this certificate map entry. Required. match can be only one of the following: |
|
hostname |
A Hostname (FQDN, e.g. |
matcher |
A predefined matcher for particular cases, other than SNI selection. |
Matcher
Defines predefined cases other than SNI-hostname match when this configuration should be applied.
Enums | |
---|---|
MATCHER_UNSPECIFIED |
A matcher has't been recognized. |
PRIMARY |
A primary certificate that is served when SNI wasn't specified in the request or SNI couldn't be found in the map. |
ServingState
Defines set of serving states associated with a resource.
Enums | |
---|---|
SERVING_STATE_UNSPECIFIED |
The status is undefined. |
ACTIVE |
The configuration is serving. |
PENDING |
Update is in progress. Some frontends may serve this configuration. |
Methods |
|
---|---|
|
Creates a new CertificateMapEntry in a given project and location. |
|
Deletes a single CertificateMapEntry. |
|
Gets details of a single CertificateMapEntry. |
|
Lists CertificateMapEntries in a given project and location. |
|
Updates a CertificateMapEntry. |