- Permintaan HTTP
- Parameter jalur
- Isi permintaan
- Isi respons
- Cakupan otorisasi
- Izin IAM
- ManagedCertificateAuthority
- CertChain
Mendapatkan detail tentang certificate authority untuk Instance.
Permintaan HTTP
GET https://memorystore.googleapis.com/v1/{name=projects/*/locations/*/instances/*}/certificateAuthority
URL menggunakan sintaks gRPC Transcoding.
Parameter jalur
Parameter | |
---|---|
name |
Wajib. Nama certificate authority. Format: projects/{project}/locations/{location}/instances/{instance}/certificateAuthority |
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Certificate authority untuk instance.
Jika berhasil, isi respons memuat data dengan struktur berikut:
Representasi JSON |
---|
{ "name": string, // Union field |
Kolom | |
---|---|
name |
ID. Nama unik certificate authority. Format: projects/{project}/locations/{location}/instances/{instance} |
Kolom union server_ca . Informasi tentang certificate authority server. server_ca hanya ada berupa salah satu diantara berikut: |
|
managedServerCa |
Certificate authority server terkelola. |
Cakupan otorisasi
Memerlukan cakupan OAuth berikut:
https://www.googleapis.com/auth/cloud-platform
Izin IAM
Memerlukan izin IAM berikut pada resource name
:
memorystore.instances.get
Untuk mengetahui informasi selengkapnya, lihat dokumentasi IAM.
ManagedCertificateAuthority
Certificate authority terkelola.
Representasi JSON |
---|
{
"caCerts": [
{
object ( |
Kolom | |
---|---|
caCerts[] |
Rantai sertifikat CA berenkode PEM untuk autentikasi server terkelola. |
CertChain
Rantai sertifikat.
Representasi JSON |
---|
{ "certificates": [ string ] } |
Kolom | |
---|---|
certificates[] |
Sertifikat yang membentuk rantai CA dalam urutan dari leaf ke root. |