uploadServiceAccountKey method

ResponseFuture<ServiceAccountKey> uploadServiceAccountKey(
  1. UploadServiceAccountKeyRequest request, {
  2. CallOptions? options,
})

Uploads the public key portion of a key pair that you manage, and associates the public key with a google.iam.admin.v1.ServiceAccount.

After you upload the public key, you can use the private key from the key pair as a service account key.

Implementation

$grpc.ResponseFuture<$0.ServiceAccountKey> uploadServiceAccountKey(
  $0.UploadServiceAccountKeyRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$uploadServiceAccountKey, request,
      options: options);
}