mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-07 08:04:28 +08:00
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields",
|
|
"special_access_rules"
|
|
],
|
|
"title": "TenantSecurityMetricDetailLink - Data API",
|
|
"description": "Represents the link between the metric count and metric drill down. This object is available in API version 48.0 and later.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"DetailIdentifier": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, idLookup, Sort",
|
|
"description": "The unique identifier for this detail record."
|
|
},
|
|
"MetricIdentifier": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, idLookup, Sort",
|
|
"description": "The ID of the type of metric counted. This field is unique within your organization."
|
|
},
|
|
"Name": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, idLookup, Sort",
|
|
"description": "The name of the metric for the data collected."
|
|
},
|
|
"Tenant": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "The ID of the tenant that was targeted in the event."
|
|
}
|
|
},
|
|
"special_access_rules": "This object is read-only."
|
|
} |