mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-07 00:02:34 +08:00
32 lines
1000 B
JSON
32 lines
1000 B
JSON
{
|
|
"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."
|
|
}
|
|
}
|
|
} |