NAME
gdcloud kms keys delete - Delete an AEAD or signing key.
SYNOPSIS
gdcloud kms keys delete NAME [flags]
ESEMPI
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
FLAG OBBLIGATORI
--key-type string Type of key to delete (AEADKey or SigningKey).
FLAG FACOLTATIVI
--async If set, the command returns immediately without waiting for the operation to complete.
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.