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

137 lines
5.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"fields",
"special_access_rules"
],
"title": "TenantSecurityTrigTransactionSecurityPol - Data API",
"description": "Stores metric details related to Transaction Security Policy triggering events. This object is available in API version 63.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"ApexClass": {
"type": "String",
"properties": "Filter, Group, Nillable, Sort",
"description": "The name of the Apex class used to evaluate the policy."
},
"ApexIdentifier": {
"type": "String",
"properties": "Filter, Group, Nillable, Sort",
"description": "The ID of the Apex code used to evaluate the policy."
},
"ClientIp": {
"type": "String",
"properties": "Filter, Group, Nillable, Sort",
"description": "The IP address of the client thats using Salesforce services. A Salesforce internal IP, such as a login from AppExchange, is shown as “Salesforce.com IP”."
},
"DetailIdentifier": {
"type": "string",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "The ID of the individual detail record. This field is unique within your organization."
},
"FlowIdentifier": {
"type": "String",
"properties": "Filter, Group, Nillable, Sort",
"description": "The ID of the flow used to evaluate the policy."
},
"FlowName": {
"type": "String",
"properties": "Filter, Group, Nillable, Sort",
"description": "The name of the Flow used to evaluate the policy."
},
"LoginKey": {
"type": "String",
"properties": "Filter, Group, Nillable, Sort",
"description": "The string that ties together all events in a given users login session. It starts with a login event and ends with either a logout event or the user session expiring."
},
"MetricIdentfier": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The ID of the type of metric that was counted. This field is unique within your organization."
},
"MetricsType": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The type of data collected."
},
"Name": {
"type": "string",
"properties": "Filter, Group, idLookup, Sort",
"description": "The name of the metric for which data is being collected."
},
"Policy Identifier": {
"type": "String",
"properties": "Filter, Group, Nillable, Sort",
"description": "The 15-character ID of the policy being evaluated."
},
"PolicyName": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The name of the policy being evaluated."
},
"PolicyOutcome": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The result of the transaction policy."
},
"PolicyType": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The real time action selected for the policy."
},
"RequestIdentifier": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The unique ID of a single transaction. A transaction can contain one or more events. Each event in a given transaction has the same RequestIdentifier."
},
"RowVersion": {
"type": "string",
"properties": "Filter, Group, Sort"
},
"SessionKey": {
"type": "string",
"properties": "Filter, Group, Sort",
"description": "The users unique session ID. You can use this value to identify all user events within a session. When a user logs out and logs in again, a new session is started."
},
"Tenant": {
"type": "string",
"properties": "Filter, Group, idLookup, Sort",
"description": "The ID of the tenant of this triggered the Transaction Security Policy event."
},
"TenantName": {
"type": "string",
"properties": "Filter, Group, idLookup, Sort",
"description": "The name of the tenant where this triggered Transaction Security Policy happened."
},
"Timestamp": {
"type": "dateTime",
"properties": "Filter, Group, idLookup, Sort",
"description": "The access time of Salesforce services in GMT. Milliseconds are the most granular setting."
},
"Triggered Timestamp": {
"type": "dateTime",
"properties": "Filter, Group, idLookup, Sort",
"description": "The time at which the Transaction Security event was generated."
},
"Uri": {
"type": "string",
"properties": "Filter, Group, idLookup, Sort",
"description": "The URI of the page thats receiving the request."
},
"UserIdentifier": {
"type": "string",
"properties": "Filter, Group, idLookup, Sort",
"description": "The 15-character ID of the user whos using Salesforce services through the UI or the API."
},
"Username": {
"type": "string",
"properties": "Filter, Group, idLookup, Sort",
"description": "The username of the user whos using Salesforce services through the UI or the API."
}
},
"special_access_rules": "This object is read only."
}