clusters_certificate_authority
Creates, updates, deletes, gets or lists a clusters_certificate_authority
resource.
Overview
Name | clusters_certificate_authority |
Type | Resource |
Id | google.redis.clusters_certificate_authority |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Identifier. Unique name of the resource in this scope including project, location and cluster using the form: projects/{project}/locations/{location}/clusters/{cluster}/certificateAuthority |
managedServerCa | object |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_certificate_authority | SELECT | clustersId, locationsId, projectsId | Gets 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 }}';