19 lines
611 B
YAML
19 lines
611 B
YAML
- release_tracks: [ALPHA, BETA, GA]
|
|
|
|
help_text:
|
|
brief: Show details about a Certificate Issuance Config.
|
|
description: Show details about a Certificate Issuance Config.
|
|
examples: |
|
|
To show details about an existing Certificate Issuance Config `my-cic`, run:
|
|
|
|
$ {command} my-cic
|
|
|
|
request:
|
|
collection: certificatemanager.projects.locations.certificateIssuanceConfigs
|
|
api_version: v1
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: CertificateIssuanceConfig you want to describe.
|
|
spec: !REF googlecloudsdk.command_lib.certificate_manager.resources:certificateIssuanceConfig
|