22 lines
787 B
YAML
22 lines
787 B
YAML
- release_tracks: [ALPHA]
|
|
hidden: true
|
|
help_text:
|
|
brief: |
|
|
Describe a Dataplex Governance Rule.
|
|
description: |
|
|
Displays all details of an Governance Rule given a valid Governance Rule name.
|
|
examples: |
|
|
To describe a Dataplex Governance Rule `test-governance-rule` in location `us-central1` and in project `test-project`, run:
|
|
|
|
$ {command} test-governance-rule --location=us-central1 --project=test-project
|
|
request:
|
|
ALPHA:
|
|
api_version: v1
|
|
collection: dataplex.projects.locations.governanceRules
|
|
method: get
|
|
arguments:
|
|
resource:
|
|
help_text: |
|
|
Arguments and flags that define the Dataplex Governance Rule you want to retrieve.
|
|
spec: !REF googlecloudsdk.command_lib.dataplex.resources:governance_rule
|