mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-08 00:10:29 +08:00
23 lines
681 B
JSON
23 lines
681 B
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields",
|
|
"special_access_rules"
|
|
],
|
|
"title": "UserAccessChange - Data API",
|
|
"description": "Represents a change related to user access. This object is available in API version 57.0 and later.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"Source": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, idLookup, Nillable, Sort",
|
|
"description": "The source of the user access change. For example, UserAccessPolicyId."
|
|
}
|
|
},
|
|
"special_access_rules": "To access UserAccessChange records, users must have the View Setup and Configuration permission."
|
|
} |