26 lines
650 B
YAML
26 lines
650 B
YAML
release_tracks: [ALPHA, GA]
|
|
hidden: true
|
|
|
|
help_text:
|
|
brief: |
|
|
Describe a target association.
|
|
description: |
|
|
Show details of the specified target association.
|
|
examples: |
|
|
To show details about a target association named `my-target_association`, run:
|
|
|
|
$ {command} my-target_association --location=us-central1
|
|
|
|
arguments:
|
|
resource:
|
|
spec: !REF googlecloudsdk.command_lib.authz_toolkit.resources:target_association
|
|
help_text: |
|
|
Name of the target association to be described.
|
|
|
|
request:
|
|
ALPHA:
|
|
api_version: v1alpha
|
|
GA:
|
|
api_version: v1
|
|
collection: authztoolkit.projects.locations.targetAssociations
|