afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/AllowedEmailDomain.json

23 lines
840 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"fields",
"special_access_rules"
],
"title": "AllowedEmailDomain - Data API",
"description": "Represents an allowed email domain for users in your organization. You can define an allowlist to restrict the email domains allowed in a users Email field. This object is available in API version 29.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"Domain": {
"type": "string",
"properties": "Create, Filter, Group, idLookup, Sort, Update",
"description": "An allowed email domain for users."
}
},
"special_access_rules": "You must have the “Manage Internal Users” user permission to use this object.\n\nIf you don't see this object, contact your Salesforce representative to enable it."
}