24 lines
488 B
YAML
24 lines
488 B
YAML
- help_text:
|
|
brief: Describes a Cloud DNS policy.
|
|
description: |
|
|
Describes details of a Cloud DNS policy.
|
|
## EXAMPLES
|
|
|
|
To describe a policy, run:
|
|
|
|
$ {command} mypolicy
|
|
|
|
request:
|
|
collection: dns.policies
|
|
method: get
|
|
api_version: v1
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: The name of the policy you want to describe.
|
|
is_positional: true
|
|
spec: !REF googlecloudsdk.command_lib.dns.resources:policy
|
|
|
|
output:
|
|
format: json
|