{
"sections": [
"title",
"description",
"fields",
"wsdl_segment"
],
"title": "UserFieldAccess - Tooling API",
"description": "Represents the access that the current user has to a field. Available in Tooling API version 34.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"DurableId": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "Unique identifier for the field. Always retrieve this value before using it, as the value isn’t guaranteed to stay the same from one release to the next. To simplify queries, use this field."
},
"EntityDefinition": {
"type": "EntityDefinition",
"properties": "Filter, Group, Nillable, Sort",
"description": "The entity definition for the object associated with this user entity access record."
},
"EntityDefinitionId": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "ID of the EntityDefinition."
},
"IsAccessible": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "If true, the user specified in the User field has access to view the associated field."
},
"IsCreatable": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "If true, the user specified in the User field has access to create records of the associated field."
},
"IsUpdatable": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "If true, the user specified in the User field has access to edit the associated field."
},
"User": {
"type": "User",
"properties": "Filter, Group, Nillable, Sort",
"description": "The user who has access defined in this user field access record, for the entity specified in the EntityDefinition field. Because this field represents a relationship, use only in subqueries."
},
"UserId": {
"type": "ID",
"properties": "Filter, Group, Nillable, Sort",
"description": "ID of the user specified in the User field."
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```"
}