CertificateProvider

憑證提供者規格。定義取得對等互連驗證憑證和私密金鑰的機制。

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。提供憑證和私密金鑰的憑證供應商類型。type 只能是下列其中一項:
grpcEndpoint

object (GrpcEndpoint)

存取 gRPC 伺服器以取得憑證和私密金鑰的 gRPC 專屬設定。

certificateProviderInstance

object (CertificateProviderInstance)

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