gdcloud kms keys create

NOME

gdcloud kms keys create: cria uma nova chave de assinatura ou AEAD.

SYNOPSIS

gdcloud kms keys create KEY_NAME [flags]

EXEMPLOS

To create a new AEAD key, run:
    gdcloud kms keys create my-aead-key --key-type=AEADKey

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

SINALIZADORES OBRIGATÓRIOS

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

SINALIZADORES OPCIONAIS

      --async   Display information about the operation in progress, without waiting for the operation to complete.

GDCLOUD WIDE FLAGS

Estas marcas estão disponíveis para todos os comandos: --configuration, --format, --help, --project e --quiet.

Para mais informações, consulte a página Vista geral da referência da CLI gdcloud.