Method: projects.locations.instances.getCertificateAuthority

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

string

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 server_ca can be only one of the following:
  "managedServerCa": {
    object (ManagedCertificateAuthority)
  }
  // End of list of possible types for union field server_ca.
}
Kolom
name

string

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

object (ManagedCertificateAuthority)

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 (CertChain)
    }
  ]
}
Kolom
caCerts[]

object (CertChain)

Rantai sertifikat CA berenkode PEM untuk autentikasi server terkelola.

CertChain

Rantai sertifikat.

Representasi JSON
{
  "certificates": [
    string
  ]
}
Kolom
certificates[]

string

Sertifikat yang membentuk rantai CA dalam urutan dari leaf ke root.