afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/SfdcPartnerPackage.json

36 lines
1.1 KiB
JSON

{
"sections": [
"title",
"description",
"fields"
],
"title": "SfdcPartnerPackage - Data API",
"description": "Represents a managed package owned by a partner in a Partner Business Org (PBO). This object is available in API version 64.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"Id": {
"type": "string",
"properties": "Defaulted on create, Filter, Group, idLookup, Sort",
"description": "System field. The unique identifier for the record."
},
"NamespacePrefix": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The prefix of the namespace where this package lives."
},
"Package": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The external ID of the associated managed package."
},
"PackageName": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The public name of the associated package."
}
}
}