mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
95 lines
3.7 KiB
JSON
95 lines
3.7 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields",
|
|
"special_access_rules",
|
|
"associated_objects"
|
|
],
|
|
"title": "TenantSecurityMetricDetail - Data API",
|
|
"description": "Stores detailed drill-down data for Security Center Health Check metrics. Each record contains dimension values and metric data for a specific metric type.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"DateTimeValue1": {
|
|
"type": "dateTime",
|
|
"properties": "Filter, Nillable, Sort",
|
|
"description": "Generic datetime storage field. Meaning depends on MetricIdentifier."
|
|
},
|
|
"DateTimeValue2": {
|
|
"type": "dateTime",
|
|
"properties": "Filter, Nillable, Sort",
|
|
"description": "Generic datetime storage field. Meaning depends on MetricIdentifier."
|
|
},
|
|
"DetailIdentifier": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "The unique identifier for this detail record."
|
|
},
|
|
"IntValue1": {
|
|
"type": "int",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "Generic integer storage field. Meaning depends on MetricIdentifier."
|
|
},
|
|
"IntValue2": {
|
|
"type": "int",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "Generic integer storage field. Meaning depends on MetricIdentifier."
|
|
},
|
|
"MetricIdentifier": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, idLookup, Nillable, 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 which the data is being collected."
|
|
},
|
|
"Tenant": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "The ID of the tenant."
|
|
},
|
|
"TextValue1": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, idLookup, Nillable, Sort",
|
|
"description": "Generic text storage field. Meaning depends on MetricIdentifier."
|
|
},
|
|
"TextValue2": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, idLookup, Nillable, Sort",
|
|
"description": "Generic text storage field. Meaning depends on MetricIdentifier."
|
|
},
|
|
"TextValue3": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, idLookup, Nillable, Sort",
|
|
"description": "Generic text storage field. Meaning depends on MetricIdentifier."
|
|
},
|
|
"TextValue4": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "Generic text storage field. Meaning depends on MetricIdentifier."
|
|
},
|
|
"TextValue5": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "Generic text storage field. Meaning depends on MetricIdentifier."
|
|
},
|
|
"TextValue6": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "Generic text storage field. Meaning depends on MetricIdentifier."
|
|
},
|
|
"TextValue7": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "Generic text storage field. Meaning depends on MetricIdentifier."
|
|
}
|
|
},
|
|
"special_access_rules": "This object is read-only.",
|
|
"associated_objects": "This object has these associated objects. If the API version isn't specified, it's available in the same API versions as this object. Otherwise, it's available in the specified API version and later.\n\n- **TenantSecurityMetricDetailLink**: Represents the many-to-many join object between TenantSecurityMetricDetail and TenantSecurityMonitorMetric."
|
|
} |