ca_pools_ca_certs
Creates, updates, deletes, gets or lists a ca_pools_ca_certs
resource.
Overview
Name | ca_pools_ca_certs |
Type | Resource |
Id | google.privateca.ca_pools_ca_certs |
Fields
Name | Datatype | Description |
---|---|---|
caCerts | array | The PEM encoded CA certificate chains of all certificate authorities in this CaPool in the ENABLED, DISABLED, or STAGED states. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
fetch_ca_certs | SELECT | caPoolsId, locationsId, projectsId | 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
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 }}';