gcloud kms keys list

NAME

gdcloud kms keys list: Enumera las claves AEAD o las claves de firma.

SYNOPSIS

gdcloud kms keys list [flags]

EXAMPLES

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

MARCAS OPCIONALES

      --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.

MARCAS DE GDCLOUD

Estas marcas están disponibles para todos los comandos --configuration, --format, --help, --project y --quiet.

Para obtener más información, consulta la página de descripción general de la referencia de la gcloud CLI.