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

49 lines
2.0 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"fields",
"special_access_rules"
],
"title": "PrivacyHoldReason - Data API",
"description": "Represents the business or legal purpose for why a record has a Privacy Hold. This object is available in API version 59.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"Detail": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The details of the Privacy Hold Reason, such as the business or legal purpose for the hold."
},
"LastReferencedDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "The timestamp for when the current user last viewed a record related to this record."
},
"LastViewedDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "The timestamp for when the current user last viewed this record. If this value is null, its possible that this record was referenced (LastReferencedDate) and not viewed."
},
"Name": {
"type": "string",
"properties": "Create, Filter, Group, idLookup, Sort, Update",
"description": "The name of the Privacy Hold Reason."
},
"OwnerId": {
"type": "reference",
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
"description": "The ID of the owner of the account associated with this customer. This field is a polymorphic relationship field.",
"relationship_name": "Owner",
"relationship_type": "Lookup",
"refers_to": "Group, User"
}
},
"special_access_rules": "This object is available for users with the Privacy Center license and the Manage Privacy Hold user permission.\n\nThis object is available for users with the\n Privacy Center license and the Manage Privacy Hold user permission."
}