mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-08 00:10:29 +08:00
45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields",
|
|
"special_access_rules",
|
|
"associated_objects"
|
|
],
|
|
"title": "TenantSecurityPolicyChangeLog - Data API",
|
|
"description": "Tracks changes to Security Center policy fields. Each record represents a single field change on a policy.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"Field": {
|
|
"type": "string",
|
|
"properties": "Create, Filter, Group, Sort, Update",
|
|
"description": "The name of the field that was changed."
|
|
},
|
|
"Name": {
|
|
"type": "string",
|
|
"properties": "Create, Filter, Group, idLookup, Sort, Update",
|
|
"description": "The unique identifier for the change log record."
|
|
},
|
|
"NewValue": {
|
|
"type": "string",
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
|
"description": "The new value of the field that was changed."
|
|
},
|
|
"OldValue": {
|
|
"type": "string",
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
|
"description": "The latest value of the field before it was changed."
|
|
},
|
|
"PolicyIdentifier": {
|
|
"type": "string",
|
|
"properties": "Create, Filter, Group, Sort, Update",
|
|
"description": "The ID of this policy. Contains a unique virtual key from child to parent."
|
|
}
|
|
},
|
|
"special_access_rules": "This object is read/write.",
|
|
"associated_objects": "This object doesn't have associated objects."
|
|
} |