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 伺服器以取得 CA 憑證的 gRPC 專屬設定。

certificateProviderInstance

object (CertificateProviderInstance)

將傳遞至資料平面的憑證供應商例項規格,用於載入必要的憑證資訊。