updateServiceAccount method
ResponseFuture<ServiceAccount>
updateServiceAccount(
- ServiceAccount request, {
- CallOptions? options,
Note: We are in the process of deprecating this method. Use
google.iam.admin.v1.IAM.PatchServiceAccount instead.
Updates a google.iam.admin.v1.ServiceAccount.
You can update only the display_name field.
Implementation
$grpc.ResponseFuture<$0.ServiceAccount> updateServiceAccount(
$0.ServiceAccount request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$updateServiceAccount, request, options: options);
}