createServiceAccountKey method

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

Creates a google.iam.admin.v1.ServiceAccountKey.

Implementation

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