gdcloud kms keys describe

NAME

gdcloud kms keys describe - Describe an AEAD or signing key.

SYNOPSIS

gdcloud kms keys describe NAME [flags]

EXAMPLES

To describe an AEAD key, run:
    gdcloud kms keys describe my-key --key-type=AEADKey

To describe a Signing key, run:
    gdcloud kms keys describe my-signing-key --key-type=SigningKey

REQUIRED FLAGS

      --key-type string   Type of key to describe (either AEADKey or SigningKey).

GDCLOUD WIDE FLAGS

These flags are available to all commands: --configuration, --format, --help, --project, --quiet.

For more information, see the gdcloud CLI reference overview page.