Method: projects.locations.instances.getCertificateAuthority

인스턴스의 인증 기관에 대한 세부정보를 가져옵니다.

HTTP 요청

GET https://memorystore.googleapis.com/v1beta/{name=projects/*/locations/*/instances/*}/certificateAuthority

URL은 gRPC 트랜스코딩 문법을 사용합니다.

경로 매개변수

매개변수
name

string

필수 항목입니다. 인증 기관의 이름입니다. 형식: projects/{project}/locations/{location}/instances/{instance}/certificateAuthority

요청 본문

요청 본문은 비어 있어야 합니다.

응답 본문

인스턴스의 인증 기관입니다.

성공한 경우 응답 본문은 다음과 같은 구조의 데이터를 포함합니다.

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.
}
필드
name

string

식별자. 인증 기관의 고유한 이름입니다. 형식: projects/{project}/locations/{location}/instances/{instance}

통합 필드 server_ca. 서버 인증 기관에 대한 정보입니다. server_ca은 다음 중 하나여야 합니다.
managedServerCa

object (ManagedCertificateAuthority)

관리형 서버 인증 기관.

승인 범위

다음 OAuth 범위가 필요합니다.

  • https://www.googleapis.com/auth/cloud-platform

IAM 권한

name 리소스에 대해서는 다음 IAM 권한이 필요합니다.

  • memorystore.instances.get

자세한 내용은 IAM 문서를 참조하세요.

ManagedCertificateAuthority

관리형 인증 기관.

JSON 표현
{
  "caCerts": [
    {
      object (CertChain)
    }
  ]
}
필드
caCerts[]

object (CertChain)

관리형 서버 인증을 위한 PEM으로 인코딩된 CA 인증서 체인입니다.

CertChain

인증서 체인

JSON 표현
{
  "certificates": [
    string
  ]
}
필드
certificates[]

string

리프에서 루트순으로 CA 체인을 형성하는 인증서입니다.