{
"sections": [
"title",
"description",
"supported_soap_calls",
"supported_rest_api_http_methods",
"fields",
"special_access_rules",
"wsdl_segment"
],
"title": "PermissionSetTabSetting - Tooling API",
"description": "Represents a tab’s settings for a profile or permission set. Use PermissionSetTabSetting for manipulating tab visibility on profiles and permission sets. Available in Tooling API version 37.0 and later.",
"supported_soap_calls": "`create()`, `delete()`, `query()`, `retrieve()`, `update()`",
"supported_rest_api_http_methods": "`Query`, `GET`, `POST`, `PATCH`, `DELETE`",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"Name": {
"type": "string",
"properties": "Create, Filter, Group",
"description": "The tab’s API name. For standard tabs, the name is in the form “standard-Account”. For custom tabs, it’s the developer name."
},
"ParentId": {
"type": "reference",
"properties": "Create, Filter, Group",
"description": "The ID of the permission set to which this tab setting belongs. For profile tab settings, ParentId is the ID of the permission set owned by the profile."
},
"Visibility": {
"type": "picklist",
"properties": "Create, Filter, Group, Restricted picklist",
"description": "The default visibility setting for this tab. Valid values are: Default Off Default On Note: There’s no hidden value. Instead, a hidden tab is indicated by having no PermissionSetTabSetting row in the database."
}
},
"special_access_rules": "As of Spring ’20 and later, only users with View Setup and Configuration permission can access this object.",
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n \n\n```"
}