glide.db.clone.allow_clone_target
ServiceNow property description:
Allow this instance to be used as a clone target. Set to false to prevent this instance from being cloned to. Used to provide an additional safeguard which prevents a production instance from being cloned over. Default value is false for production instances and true for sub-prod instances (dev, qa, etc).
Attributes
- Sys ID: 3194ef10371120004f6a80f7bcbe5da2
- Type: true | false
- Application: Global
- Default value: false

AI generated property description:
The ServiceNow property `glide.db.clone.allow_clone_target` determines whether an instance can be used as a clone target. According to the documentation, setting this property to `false` prevents the instance from being cloned to, providing an additional safeguard against overwriting a production instance. By default, this property is set to `false` for production instances to protect them from accidental cloning. For sub-production instances such as development or QA environments, the default value is `true`, allowing them to be used as clone targets. This property is crucial for maintaining the integrity and security of production environments.
Source