Method: projects.locations.clusters.getCertificateAuthority

Redis クラスタの認証局情報の詳細を取得します。

HTTP リクエスト

GET https://redis.googleapis.com/v1alpha1/{name=projects/*/locations/*/clusters/*/certificateAuthority}

この URL は gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
name

string

必須。projects/{projectId}/locations/{locationId}/clusters/{clusterId}/certificateAuthority という形式を使用した Redis クラスタ認証局のリソース名。locationId は Google Cloud リージョンを表します。

リクエストの本文

リクエストの本文は空にする必要があります。

レスポンスの本文

Redis クラスタ認証局

成功した場合、レスポンスの本文には次の構造のデータが含まれます。

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

ID。このスコープ内のリソースの一意の名前(projects/{project}/locations/{location}/clusters/{cluster}/certificateAuthority 形式を使用するプロジェクト、ロケーション、クラスタを含む)

共用体フィールド server_ca。サーバー CA 情報 server_ca は、次のいずれかになります。
managedServerCa

object (ManagedCertificateAuthority)

認可スコープ

次の OAuth スコープが必要です。

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

詳細については、Authentication Overview をご覧ください。

ManagedCertificateAuthority

JSON 表現
{
  "caCerts": [
    {
      object (CertChain)
    }
  ]
}
フィールド
caCerts[]

object (CertChain)

Redis マネージド サーバー認証用の PEM エンコード CA 証明書チェーン

CertChain

JSON 表現
{
  "certificates": [
    string
  ]
}
フィールド
certificates[]

string

CA チェーンを構成する証明書(リーフ証明書からルート証明書の順)。