glide.user.trusted_domain
ServiceNow property description:
Trusted domains when creating new users from incoming email (Ignore email from untrusted domains unless from an existing user; use * for all domains)
Attributes
- Sys ID: 0c0e36a8c61122760094b0caafe5f56e
- Type: string
- Application: Global
- Default value: servicenow.com

AI generated property description:
The ServiceNow property `glide.user.trusted_domain` is used to specify trusted email domains for creating new users from incoming emails. If an email originates from an untrusted domain and the sender is not an existing user, the email will be ignored. This property helps in restricting the creation of new user accounts to only those emails coming from specified, trusted domains. You can use an asterisk (*) to allow emails from all domains. This setting enhances security by preventing unauthorized or spam email addresses from creating new user accounts in the system.
Source