19 lines
542 B
YAML
19 lines
542 B
YAML
- release_tracks: [ALPHA, BETA, GA]
|
|
|
|
help_text:
|
|
brief: Get metadata for a KeyHandle.
|
|
description: Get metadata for a KeyHandle.
|
|
examples: |
|
|
The following command gets metadata for a KeyHandle named `my-key-handle` in the locations
|
|
`us-central1`.
|
|
|
|
$ {command} my-key-handle --location=us-central1
|
|
|
|
request:
|
|
collection: cloudkms.projects.locations.keyHandles
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: The KeyHandle to get metadata for.
|
|
spec: !REF googlecloudsdk.command_lib.kms.resources:key_handle
|