mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-07 00:02:34 +08:00
107 lines
2.9 KiB
JSON
107 lines
2.9 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields",
|
|
"field_reference"
|
|
],
|
|
"title": "PortalDelegablePermissionSet - Data API",
|
|
"description": "PortalDelegablePermissionSet is a base platform object used to store permission sets that can be assigned by a delegated portal/external user admin (DPUA) to portal users. This object is available in API version 47.0 and later.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"DeveloperName": {
|
|
"type": "string",
|
|
"properties": "Create, Filter, Group, Sort, Update",
|
|
"description": "The unique string used to identify the record. Note: Only users with View DeveloperName OR View Setup and Configuration permission can view, group, sort, and filter this field.",
|
|
"required": true
|
|
},
|
|
"Language": {
|
|
"type": "picklist",
|
|
"properties": "Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update",
|
|
"description": "The language used in the org."
|
|
},
|
|
"MasterLabel": {
|
|
"type": "string",
|
|
"properties": "Create, Filter, Group, Sort, Update",
|
|
"description": "The unique string to identify the record.",
|
|
"required": true
|
|
},
|
|
"PermissionSetId": {
|
|
"type": "reference",
|
|
"properties": "Create, Filter, Group, Sort, Update",
|
|
"description": "The unique ID of the permission set the DPUA profile can assign to other portal users."
|
|
},
|
|
"ProfileId": {
|
|
"type": "reference",
|
|
"properties": "Create, Filter, Group, Sort, Update",
|
|
"description": "The ID of the DPUA profile."
|
|
}
|
|
},
|
|
"field_reference": {
|
|
"CreatedById": {
|
|
"field_label": "Created By ID",
|
|
"type": "reference",
|
|
"length": "18"
|
|
},
|
|
"CreatedDate": {
|
|
"field_label": "Created Date",
|
|
"type": "datetime"
|
|
},
|
|
"DeveloperName": {
|
|
"field_label": "Name",
|
|
"type": "string",
|
|
"length": "80"
|
|
},
|
|
"Id": {
|
|
"field_label": "Portal Delegable Permission Set ID",
|
|
"type": "id",
|
|
"length": "18"
|
|
},
|
|
"IsDeleted": {
|
|
"field_label": "Deleted",
|
|
"type": "boolean"
|
|
},
|
|
"Language": {
|
|
"field_label": "Master Language",
|
|
"type": "picklist",
|
|
"length": "40"
|
|
},
|
|
"LastModifiedById": {
|
|
"field_label": "Last Modified By ID",
|
|
"type": "reference",
|
|
"length": "18"
|
|
},
|
|
"LastModifiedDate": {
|
|
"field_label": "Last Modified Date",
|
|
"type": "datetime"
|
|
},
|
|
"MasterLabel": {
|
|
"field_label": "Label",
|
|
"type": "string",
|
|
"length": "80"
|
|
},
|
|
"PermissionSetId": {
|
|
"field_label": "Permission Set ID",
|
|
"type": "reference",
|
|
"length": "18"
|
|
},
|
|
"ProfileId": {
|
|
"field_label": "Profile ID",
|
|
"type": "reference",
|
|
"length": "18"
|
|
},
|
|
"SystemModstamp": {
|
|
"field_label": "System Modstamp",
|
|
"type": "datetime"
|
|
}
|
|
},
|
|
"field_reference_columns": [
|
|
"field_label",
|
|
"type",
|
|
"length"
|
|
]
|
|
} |