esx kms key operation: generated key

The generated_key structure contains fields that are returned by generate_key.

Representation:

{
    "ciphertext""string",
    "plaintext""secret string"
}

Attributes:

Name Type Description
Required
ciphertext string The encrypted copy of key data. Can be used as key identifier.

Additional information is encoded in the ciphertext needed for retrieving the key.

Optional
plaintext secret The plaintext key data.

Optional. If unset, plaintext won't have key data.