Edge Encryption dictionary attributes
-
- UpdatedFeb 1, 2024
- 1 minute read
- Washington DC
- Edge Encryption
Add dictionary attributes to tables and fields to control how they work with Edge Encryption.
- Edge Encryption Excluded [edge_encryption_excluded]
Determines whether the field is excluded from encryption.
When set to true, the field or table can’t be encrypted. When set to false, the field can be encrypted.
- Value: true/false
- Target element: field or table
- Default value: false
- Edge Encryption Enabled [edge_encryption_enabled]
Determines whether the field is eligible for encryption through an encryption configuration.
When set to true, the field is eligible for encryption. When set to false, the field isn't eligible for encryption. Because this attribute is used by the system and can’t be modified, it isn’t displayed to the user.
Note: This attribute doesn’t indicate that a field is encrypted, nor does it trigger any encryption logic on the field. Rather, the attribute determines the possibility of the field being encrypted by a user.- Value: true/false
- Target element: field
- Default value: true for String fields
- Edge Encryption Clear Text Allowed [edge_encryption_clear_text_allowed]
Determines whether server-side scripts may append non-encrypted data to an encrypted string within the field for user actions performed through the proxy server, or any server-side automated scripts, such as scheduled jobs.
When set to true, appending data is allowed. When set to false, appending data isn’t allowed.