{
"sections": [
"title",
"description",
"fields",
"wsdl_segment",
"field_reference"
],
"title": "ThreatDetectionFeedback - Data API",
"description": "Represents feedback provided by a user about a Threat Detection event that occurred in your org. The feedback specifies whether the event was malicious, suspicious, not a threat, or unknown. Each ThreatDetectionFeedback object is associated with one of these Threat Detection storage events: ApiAnomalyEventStore, CredentialStuffingEventStore, ReportAnomalyEventStore, or SessionHijackingEventStore. This object is available in API version 49.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"refers_to",
"relationship_type"
],
"fields": {
"LastReferencedDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "The timestamp for when the current user last viewed a record related to this record."
},
"LastViewedDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "The timestamp for when the current user last viewed this record. If this value is null, it’s possible that this record was referenced (LastReferencedDate) and not viewed."
},
"Response": {
"type": "picklist",
"properties": "Create, Filter, Group, Restricted picklist, Sort, Update",
"description": "Describes the severity of the threat. Possible values are: Malicious Not a Threat Suspicious Unknown"
},
"ThreatDetectionEventId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "Reference to the unique ID of one of these associated Threat Detection storage events: ApiAnomalyEventStore CredentialStuffingEventStore ReportAnomalyEventStore SessionHijackingEventStore For example, 0fjRM000000005p. This is a polymorphic relationship field.",
"relationship_name": "ThreatDetectionEvent",
"refers_to": "ApiAnomalyEventStore, CredentialStuffingEventStore, GuestUserAnomalyEventStore, LoginAnomalyEventStore, ReportAnomalyEventStore, SessionHijackingEventStore, UniversalAnomalyEventStore"
},
"ThreatDetectionFeedbackNumber": {
"type": "string",
"properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort",
"description": "Auto-generated number used as the unique name for this object."
},
"UserId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The origin user’s unique ID. For example, 005000000000123. This is a polymorphic relationship field.",
"relationship_name": "User",
"relationship_type": "Lookup",
"refers_to": "User"
},
"Username": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The origin username in the format of user@company.com at the time the object was created."
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n\n\n \n\n\n \n \n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```",
"field_reference": {
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"Id": {
"field_label": "Threat Detection Feedback ID",
"type": "id",
"length": "18"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Updated Date",
"type": "datetime"
},
"LastReferencedDate": {
"field_label": "Last Referenced Date",
"type": "datetime"
},
"LastViewedDate": {
"field_label": "Last Viewed Date",
"type": "datetime"
},
"Response": {
"field_label": "Response",
"type": "picklist",
"length": "255"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
},
"ThreatDetectionEventId": {
"field_label": "Associated Threat Detection Event ID",
"type": "reference",
"length": "18"
},
"ThreatDetectionFeedbackNumber": {
"field_label": "Threat Detection Feedback Name",
"type": "string",
"length": "255"
},
"UserId": {
"field_label": "User ID",
"type": "reference",
"length": "18"
},
"Username": {
"field_label": "Username",
"type": "string",
"length": "255"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}