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

37 lines
1.1 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"fields"
],
"title": "DataDetectPolicyObject - Data API",
"description": "Represents an object of the DataDetect scan policy to be scanned. This object is available in API version 62.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"DataDetectPolicyId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "ID of the scan policy associated with this scan policy object. This field is a relationship field.",
"relationship_name": "DataDetectPolicy",
"relationship_type": "Master-Detail",
"refers_to": "DataDetectPolicy"
},
"Name": {
"type": "string",
"properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort",
"description": "Name of the scan policy object."
},
"ObjectReference": {
"type": "string",
"properties": "Create, Filter, Group, Sort, Update",
"description": "Name of the scan policy object to be scanned."
}
}
}