mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
85 lines
3.7 KiB
JSON
85 lines
3.7 KiB
JSON
{
|
||
"sections": [
|
||
"title",
|
||
"description",
|
||
"fields",
|
||
"special_access_rules"
|
||
],
|
||
"title": "NamedCredentialEventLog - Data API",
|
||
"description": "The Named Credential event type captures information about Apex callouts that use named credentials as their endpoints. Use this event type to audit the installed managed packages that use named credentials. If you don’t recognize the package namespace in the named credential event log file, then you can investigate whether a security breach has occurred. This object is available in API version 65.0 and later.",
|
||
"fields_columns": [
|
||
"type",
|
||
"description",
|
||
"properties"
|
||
],
|
||
"fields": {
|
||
"BotIdentifier": {
|
||
"type": "String",
|
||
"description": "The ID of the bot."
|
||
},
|
||
"BotSessionIdentifier": {
|
||
"type": "String",
|
||
"description": "The bot session ID."
|
||
},
|
||
"CallerPackageNamespace": {
|
||
"type": "String",
|
||
"properties": "Filter, Group, Nillable, Sort",
|
||
"description": "If an Apex callout using a Named Credential endpoint is initiated from a package, then this field contains the package’s namespace. If the callout isn’t initiated from a package, then this field is empty."
|
||
},
|
||
"ClientIp": {
|
||
"type": "String",
|
||
"properties": "Filter, Group, Nillable, Sort",
|
||
"description": "The IP address of the client that is using Salesforce services. A Salesforce internal IP (such as a login from AppExchange) is shown as “Salesforce.com IP”."
|
||
},
|
||
"CpuTime": {
|
||
"type": "Double",
|
||
"properties": "Filter, Nillable, Sort",
|
||
"description": "The CPU time in milliseconds used to complete the request. This field indicates the amount of activity taking place in the app server layer."
|
||
},
|
||
"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."
|
||
},
|
||
"NamedCredentialName": {
|
||
"type": "String",
|
||
"properties": "Filter, Group, Nillable, Sort",
|
||
"description": "The name of the named credential that’s the endpoint of the Apex callout."
|
||
},
|
||
"PlannerIdentifier": {
|
||
"type": "String",
|
||
"description": "The ID of the agent planner."
|
||
},
|
||
"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 REQUEST_ID."
|
||
},
|
||
"RunTime": {
|
||
"type": "Double",
|
||
"properties": "Filter, Nillable, Sort",
|
||
"description": "The amount of time that the request took in milliseconds.."
|
||
},
|
||
"SessionKey": {
|
||
"type": "String",
|
||
"properties": "Filter, Group, Nillable, 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."
|
||
},
|
||
"Timestamp": {
|
||
"type": "DateTime",
|
||
"properties": "Filter, Nillable, Sort",
|
||
"description": "The access time of Salesforce services in GMT."
|
||
},
|
||
"Uri": {
|
||
"type": "String",
|
||
"properties": "Filter, Group, Nillable, Sort",
|
||
"description": "The URI of the page that’s receiving the request."
|
||
},
|
||
"UserIdentifier": {
|
||
"type": "String",
|
||
"properties": "Filter, Group, Nillable, Sort",
|
||
"description": "The 15-character ID of the user who is using Salesforce services through the UI or the API."
|
||
}
|
||
},
|
||
"special_access_rules": "To access this object, you must have the View Event Log Object Data user permission."
|
||
} |