glide_encryption.set_value_support_cle.disabled

ServiceNow property description:

enable/disable setValue new behavior

Attributes

  • Sys ID: e1a9c153b71310109d599d2bee11a9b8
  • Type: true | false
  • Application: Global
  • Default value: true
AI Logo

AI generated property description:

The ServiceNow property `glide_encryption.set_value_support_cle.disabled` is used to enable or disable the new behavior for the `setValue` method in the context of platform encryption. When this property is set to `true`, the `setValue` method will not support clear text encryption, meaning that any data set using this method will not be encrypted in clear text. Conversely, setting this property to `false` allows the `setValue` method to support clear text encryption, enabling data to be stored in an encrypted format. This property is crucial for administrators who need to control how data encryption is handled during data manipulation operations. For more detailed information, refer to the ServiceNow documentation on platform encryption.

Source

Related property: glide_encryption.auto_key_exchange.enabled