File: //lib/google-cloud-sdk/lib/surface/iam/service_accounts/enable.yaml
- release_tracks: [ALPHA, BETA, GA]
help_text:
brief: Enable an IAM service account.
description: Enable an IAM service account.
examples: |
To enable a service account from your project, run:
$ {command} my-iam-account@somedomain.com
arguments:
resource:
help_text: The IAM service account to enable.
spec: !REF googlecloudsdk.command_lib.iam.resources:service_account
response:
modify_response_hooks:
- googlecloudsdk.command_lib.iam.hooks:EnableIamAccountConfirmation
output:
format: none
request:
collection: iam.projects.serviceAccounts
method: enable