Skip to main content

certificate_maps

Overview

Namecertificate_maps
TypeResource
Idgoogle.certificatemanager.certificate_maps

Fields

NameDatatypeDescription
namestringA user-defined name of the Certificate Map. Certificate Map names must be unique globally and match pattern projects/*/locations/*/certificateMaps/*.
descriptionstringOne or more paragraphs of text description of a certificate map.
gclbTargetsarrayOutput only. A list of GCLB targets that use this Certificate Map. A Target Proxy is only present on this list if it's attached to a Forwarding Rule.
labelsobjectSet of labels associated with a Certificate Map.
updateTimestringOutput only. The update timestamp of a Certificate Map.
createTimestringOutput only. The creation timestamp of a Certificate Map.

Methods

NameAccessible byRequired ParamsDescription
getSELECTcertificateMapsId, locationsId, projectsIdGets details of a single CertificateMap.
listSELECTlocationsId, projectsIdLists CertificateMaps in a given project and location.
createINSERTlocationsId, projectsIdCreates a new CertificateMap in a given project and location.
deleteDELETEcertificateMapsId, locationsId, projectsIdDeletes a single CertificateMap. A Certificate Map can't be deleted if it contains Certificate Map Entries. Remove all the entries from the map before calling this method.
_listEXEClocationsId, projectsIdLists CertificateMaps in a given project and location.
patchEXECcertificateMapsId, locationsId, projectsIdUpdates a CertificateMap.