24 lines
662 B
YAML
24 lines
662 B
YAML
- release_tracks: [ALPHA, BETA, GA]
|
|
|
|
help_text:
|
|
brief: Retrieve the IAM policy for a Cloud Healthcare API dataset.
|
|
description: Retrieve the IAM policy for a Cloud Healthcare API dataset.
|
|
examples: |
|
|
To print the IAM policy for the dataset 'test-dataset', run:
|
|
|
|
$ {command} test-dataset
|
|
|
|
request:
|
|
collection: healthcare.projects.locations.datasets
|
|
ALPHA:
|
|
api_version: v1alpha2
|
|
BETA:
|
|
api_version: v1beta1
|
|
GA:
|
|
api_version: v1
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: Cloud Healthcare API dataset whose IAM policy to fetch.
|
|
spec: !REF googlecloudsdk.command_lib.healthcare.resources:dataset
|