gdcloud kms keys list

NAME

gdcloud kms keys list - List AEAD keys or signing keys.

SYNOPSIS

gdcloud kms keys list [flags]

ESEMPI

To list all keys, run:
    gdcloud kms keys list

To list AEAD keys, run:
    gdcloud kms keys list --key-type=AEADKey

To list signing keys, run:
    gdcloud kms keys list --key-type=SigningKey

FLAG FACOLTATIVI

      --key-type string   Type of key to list (AEADKey or SigningKey).
      --not-ready         If set, only list keys that are not ready.
      --ready             If set, only return keys that are ready.

FLAG A LIVELLO DI GDCLOUD

Questi flag sono disponibili per tutti i comandi: --configuration, --format, --help, --project, --quiet.

Per saperne di più, consulta la pagina di panoramica del riferimento di CLI gdcloud.