ValidationCA

ValidationCA の仕様。ピア証明書を検証するために認証局の証明書を取得するメカニズムを定義します。

JSON 表現
{

  // Union field type can be only one of the following:
  "grpcEndpoint": {
    object (GrpcEndpoint)
  },
  "certificateProviderInstance": {
    object (CertificateProviderInstance)
  }
  // End of list of possible types for union field type.
}
フィールド
共用体フィールド type。CA 証明書を提供する証明書プロバイダのタイプ。type は次のいずれかになります。
grpcEndpoint

object (GrpcEndpoint)

CA 証明書を取得するために gRPC サーバーにアクセスするための gRPC 固有の構成。

certificateProviderInstance

object (CertificateProviderInstance)

データプレーンに渡される、証明書プロバイダ インスタンスの仕様。必要な認証情報を読み込むために使用されます。