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

41 lines
1.3 KiB
JSON
Raw Normal View History

{
"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."
}
}
}