glide.attachment.role
ServiceNow property description:
List of roles (comma-separated) that can create attachments:
Attributes
- Sys ID: 71641a2ec0a8006400bed4c8622b269e
- Type: string
- Application: Global
- Default value: public

AI generated property description:
The `glide.attachment.role` property in ServiceNow specifies a list of roles, separated by commas, that are permitted to create attachments. This property is used to control which users can add attachments to records, enhancing security and data management. By default, if this property is not set, all users can create attachments. To restrict attachment creation to specific roles, you need to define the roles in this property. For example, setting it to `admin, itil` would allow only users with the `admin` or `itil` roles to create attachments. This property is particularly useful in environments where attachment control is critical for compliance or operational reasons.
Source