glide.kmf.ephemeral_key.key_validity_period
ServiceNow property description:
the validity period of ephemeral key pair, in which the key is deleted
Attributes
- Sys ID: cfc5e652c73000109d59fa49f4c2609a
- Type: string
- Application: ServiceNow Key Management Framework
- Default value: 02:00:00

AI generated property description:
The ServiceNow property `glide.kmf.ephemeral_key.key_validity_period` defines the duration for which an ephemeral key pair remains valid before it is deleted. This property is crucial for managing the lifecycle of ephemeral keys, which are temporary keys used for encryption and decryption processes. According to the provided documentation, ephemeral keys are part of the customer-supplied encryption keys feature, which enhances data security by allowing customers to manage their own encryption keys. The validity period set by this property ensures that ephemeral keys are automatically removed after a specified time, reducing the risk of unauthorized access. Proper configuration of this property helps maintain a balance between security and performance by ensuring that keys are available when needed but not retained longer than necessary.
Source