mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
88 lines
2.7 KiB
JSON
88 lines
2.7 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields",
|
|
"special_access_rules"
|
|
],
|
|
"title": "TenantSecurityConfigAgent - Data API",
|
|
"description": "Stores metric details related to implemented Agentforce Agents This object is available in API version 65.0 and later.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"Action": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "The action taken on the configured agent within a tenant."
|
|
},
|
|
"ActionBy": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "The user who made this change."
|
|
},
|
|
"ActionDate": {
|
|
"type": "dateTime",
|
|
"properties": "Filter, Nillable, Sort",
|
|
"description": "The date this action was taken."
|
|
},
|
|
"AgentName": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "The name of the configured agent."
|
|
},
|
|
"AgentType": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "The type of agent."
|
|
},
|
|
"AssignedTopics": {
|
|
"type": "textarea",
|
|
"properties": "Nillable",
|
|
"description": "The list of agent topics."
|
|
},
|
|
"DetailIdentifier": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, idLookup, Sort",
|
|
"description": "The ID of the individual detail record. This field is unique across all tenants."
|
|
},
|
|
"MetricIdentifier": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, Sort",
|
|
"description": "The ID of the type of metric that was counted. This field is unique within your organization."
|
|
},
|
|
"MetricsType": {
|
|
"type": "picklist",
|
|
"properties": "Filter, Group, Restricted picklist, Sort",
|
|
"description": "The type of data collected."
|
|
},
|
|
"Name": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, idLookup, Sort",
|
|
"description": "The API name of the agent."
|
|
},
|
|
"Status": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "The status, active or inactive, of the agent version."
|
|
},
|
|
"Tenant": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, idLookup, Sort",
|
|
"description": "The ID of the tenant."
|
|
},
|
|
"TenantName": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "The name of the tenant."
|
|
},
|
|
"Version": {
|
|
"type": "int",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "The version number."
|
|
}
|
|
},
|
|
"special_access_rules": "This object is available for Security Center subscribers. This object is read-only."
|
|
} |