Skip to main content

clusters_certificate_authority

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

Overview

Nameclusters_certificate_authority
TypeResource
Idgoogle.redis.clusters_certificate_authority

Fields

NameDatatypeDescription
namestringIdentifier. Unique name of the resource in this scope including project, location and cluster using the form: projects/{project}/locations/{location}/clusters/{cluster}/certificateAuthority
managedServerCaobject

Methods

NameAccessible byRequired ParamsDescription
get_certificate_authoritySELECTclustersId, locationsId, projectsIdGets the details of certificate authority information for Redis cluster.

SELECT examples

Gets the details of certificate authority information for Redis cluster.

SELECT
name,
managedServerCa
FROM google.redis.clusters_certificate_authority
WHERE clustersId = '{{ clustersId }}'
AND locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';