gdcloud kms keys describe

NAME

gdcloud kms keys describe - AEAD 또는 서명 키를 설명합니다.

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

필수 플래그

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

GDCLOUD 전체 플래그

이 플래그는 모든 명령어에서 사용할 수 있습니다. --configuration, --format, --help, --project, --quiet

자세한 내용은 gdcloud CLI 참조 개요 페이지를 확인하세요.