A simple wrapper for the encryption key attributes.
Most request options have primitive types such as integers or strings. Encryption keys, in contrast, must include the algorithm, the (base64-encoded) key, and the (base64-encoded) hash of the key. This structure provides a simple container for these three values.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-08 UTC."],[[["This webpage provides a comprehensive list of versions for the `EncryptionKeyData` structure, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0."],["Each version listed links to the corresponding documentation for the `EncryptionKeyData` structure within that specific release, enabling users to find the relevant information for each one."],["The `EncryptionKeyData` structure serves as a straightforward container for the encryption key's algorithm, key (base64-encoded), and the hash of the key (base64-encoded)."],["The `EncryptionKeyData` structure is the correct way to deal with encryption keys, which are different than the other primitive types."]]],[]]