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)

gRPC 專屬設定,可存取 gRPC 伺服器以取得 CA 憑證。

certificateProviderInstance

object (CertificateProviderInstance)

將傳送至資料層的憑證提供者例項規格,用於載入必要的憑證資訊。