Skip to main content

ca_pools_ca_certs

Creates, updates, deletes, gets or lists a ca_pools_ca_certs resource.

Overview

Nameca_pools_ca_certs
TypeResource
Idgoogle.privateca.ca_pools_ca_certs

Fields

NameDatatypeDescription
caCertsarrayThe PEM encoded CA certificate chains of all certificate authorities in this CaPool in the ENABLED, DISABLED, or STAGED states.

Methods

NameAccessible byRequired ParamsDescription
fetch_ca_certsSELECTcaPoolsId, locationsId, projectsIdFetchCaCerts returns the current trust anchor for the CaPool. This will include CA certificate chains for all certificate authorities in the ENABLED, DISABLED, or STAGED states.

SELECT examples

FetchCaCerts returns the current trust anchor for the CaPool. This will include CA certificate chains for all certificate authorities in the ENABLED, DISABLED, or STAGED states.

SELECT
caCerts
FROM google.privateca.ca_pools_ca_certs
WHERE caPoolsId = '{{ caPoolsId }}'
AND locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';