{ "sections": [ "title", "description", "fields", "usage", "wsdl_segment", "field_reference" ], "title": "UserSetupEntityAccess - Data API", "description": "Represents the enabled custom permissions of the running user. This object is available in API version 48.0 and later.", "fields_columns": [ "type", "properties", "description" ], "fields": { "DeveloperName": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The unique name of the custom permission in the API.In managed packages, this field prevents naming conflicts on package installations. With this field, a developer can change the object’s name in a managed package and the changes are reflected in a subscriber’s organization." }, "DurableId": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "This field isn't used." }, "KeyPrefix": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The first 3 characters of the SetupEntityId." }, "LastCacheUpdate": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "The last modified date and time of the running user's info." }, "NamespacePrefix": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The namespace prefix that’s associated with the custom permission. Each Developer Edition org that creates a managed package has a unique namespace prefix. Limit: 15 characters. You can refer to a component in a managed package by using the namespacePrefix__componentName notation. The namespace prefix can have one of the following values. In Developer Edition orgs, NamespacePrefix is set to the namespace prefix of the org for all objects that support it, unless an object is in an installed managed package. In that case, the object has the namespace prefix of the installed managed package. This field’s value is the namespace prefix of the Developer Edition org of the package developer. In orgs that are not Developer Edition orgs, NamespacePrefix is set only for objects that are part of an installed managed package. All other objects have no namespace prefix." }, "SetupEntityId": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The ID of the custom permission assigned to the user." } }, "usage": "API users without the View Setup and Configuration permission can use this object to check their assigned custom permissions.", "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n\n```", "field_reference": { "DeveloperName": { "field_label": "Developer Name", "type": "string", "length": "80" }, "DurableId": { "field_label": "User Setup Entity Access Key", "type": "string", "length": "255" }, "Id": { "field_label": "UserSetupEntityAccess ID", "type": "id", "length": "18" }, "KeyPrefix": { "field_label": "Key Prefix", "type": "string", "length": "15" }, "LastCacheUpdate": { "field_label": "Last Cache Update", "type": "datetime" }, "NamespacePrefix": { "field_label": "Namespace Prefix", "type": "string", "length": "15" }, "SetupEntityId": { "field_label": "Setup Entity Id", "type": "string", "length": "18" } }, "field_reference_columns": [ "field_label", "type", "length" ] }