afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/TenantSecurityMetricDetailLink.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."
}