mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-07 16:04:41 +08:00
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"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."
|
|
}
|
|
}
|
|
} |