mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
137 lines
5.2 KiB
JSON
137 lines
5.2 KiB
JSON
{
|
||
"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 that’s 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 user’s 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 user’s 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 that’s receiving the request."
|
||
},
|
||
"UserIdentifier": {
|
||
"type": "string",
|
||
"properties": "Filter, Group, idLookup, Sort",
|
||
"description": "The 15-character ID of the user who’s using Salesforce services through the UI or the API."
|
||
},
|
||
"Username": {
|
||
"type": "string",
|
||
"properties": "Filter, Group, idLookup, Sort",
|
||
"description": "The username of the user who’s using Salesforce services through the UI or the API."
|
||
}
|
||
},
|
||
"special_access_rules": "This object is read only."
|
||
} |