gdcloud kms keys list

NAME

gdcloud kms keys list - Listar claves AEAD o claves de firma.

SYNOPSIS

gdcloud kms keys list [flags]

EJEMPLOS

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

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

MARCADORES DE GDCLOUD

Estos marcadores están disponibles en todos los comandos: --configuration, --format, --help, --project y --quiet.

Para obtener más información, consulta la página de resumen de la referencia de la CLI de gdcloud.