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)

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