mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-08 00:10:29 +08:00
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
|
|
{
|
||
|
|
"sections": [
|
||
|
|
"title",
|
||
|
|
"description",
|
||
|
|
"fields"
|
||
|
|
],
|
||
|
|
"title": "TenantSecurityTenantChangeLog - Data API",
|
||
|
|
"description": "Tracks changes to Security Center tenant fields. Each record represents a single field change on a tenant.",
|
||
|
|
"fields_columns": [
|
||
|
|
"type",
|
||
|
|
"properties",
|
||
|
|
"description"
|
||
|
|
],
|
||
|
|
"fields": {
|
||
|
|
"Field": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Create, Filter, Group, Nillable, 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."
|
||
|
|
},
|
||
|
|
"Tenant": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Create, Filter, Group, idLookup, Nillable, Sort, Update",
|
||
|
|
"description": "The ID of the tenant associated with this change log record."
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|