20 lines
599 B
YAML
20 lines
599 B
YAML
release_tracks: [ALPHA]
|
|
|
|
help_text:
|
|
brief: describe service account
|
|
description: Describes a service account.
|
|
examples: |
|
|
To describe a service account called `test-service-account` in project `test-project` and location `us-central1`, run:
|
|
|
|
$ {command} test-service-account --location=us-central1 --project=test-project
|
|
|
|
request:
|
|
collection: edgecontainer.projects.locations.serviceAccounts
|
|
api_version: v1alpha
|
|
method: get
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: Service Account
|
|
spec: !REF googlecloudsdk.command_lib.zone_management.service_account.resources:serviceAccount
|