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)

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