21 lines
935 B
YAML
21 lines
935 B
YAML
- release_tracks: [ALPHA, GA]
|
|
help_text:
|
|
brief: |
|
|
Retrieve a Dataplex Glossary IAM policy.
|
|
description: |
|
|
Displays the IAM policy associated with a Dataplex Glossary resource.
|
|
If formatted as JSON, the output can be edited and used as
|
|
a policy file for *set-iam-policy*. The output includes an "etag"
|
|
field identifying the version emitted and allowing detection of
|
|
concurrent policy updates.
|
|
examples: |
|
|
To get the IAM policy of a Dataplex Glossary `test-glossary` in project `test-project` under location `us-central1`
|
|
$ {command} test-glossary --project=test-project --location=us-central1
|
|
request:
|
|
collection: dataplex.projects.locations.glossaries
|
|
arguments:
|
|
resource:
|
|
help_text: |
|
|
Arguments and flags that define the Dataplex Glossary IAM policy you want to retrieve.
|
|
spec: !REF googlecloudsdk.command_lib.dataplex.resources:glossary
|