mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-07 16:04:41 +08:00
23 lines
840 B
JSON
23 lines
840 B
JSON
|
|
{
|
|||
|
|
"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 user’s 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."
|
|||
|
|
}
|