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

32 lines
1000 B
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"fields"
],
"title": "DataDetectPolicyObjField - Data API",
"description": "Represents an object field of the DataDetect scan policy object to be scanned. This object is available in API version 64.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"DataDetectPolicyObjectId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "ID of the scan policy object associated with the scan policy object's field. This field is a relationship field.",
"relationship_name": "DataDetectPolicyObject",
"relationship_type": "Master-Detail",
"refers_to": "DataDetectPolicyObject"
},
"FieldName": {
"type": "string",
"properties": "Create, Filter, Group, Sort, Update",
"description": "Name of the scan policy object field."
}
}
}