gcloud kms keys delete

NAME

gdcloud kms keys delete: Borra una clave de AEAD o de firma.

SYNOPSIS

gdcloud kms keys delete NAME [flags]

EXAMPLES

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

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

To delete a key without confirmation prompt, run:
    gdcloud kms keys delete my-key --key-type=AEADKey --quiet

MARCAS OBLIGATORIAS

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

MARCAS OPCIONALES

      --async   If set, the command returns immediately without waiting for the operation to complete.

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.