- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- ManagedCertificateAuthority
- CertChain
- Examples
- Try it!
Gets the details of certificate authority information for Redis cluster.
HTTP request
GET https://redis.googleapis.com/v1beta1/{name=projects/*/locations/*/clusters/*/certificateAuthority}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Redis cluster certificate authority resource name using the form: |
Request body
The request body must be empty.
Response body
Redis cluster certificate authority
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "name": string, // Union field |
Fields | |
---|---|
name |
Identifier. Unique name of the resource in this scope including project, location and cluster using the form: |
Union field server_ca . server ca information server_ca can be only one of the following: |
|
managed |
|
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
ManagedCertificateAuthority
JSON representation |
---|
{
"caCerts": [
{
object ( |
Fields | |
---|---|
ca |
The PEM encoded CA certificate chains for redis managed server authentication |
CertChain
JSON representation |
---|
{ "certificates": [ string ] } |
Fields | |
---|---|
certificates[] |
The certificates that form the CA chain, from leaf to root order. |