mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
68 lines
2.0 KiB
JSON
68 lines
2.0 KiB
JSON
|
|
{
|
||
|
|
"sections": [
|
||
|
|
"title",
|
||
|
|
"description",
|
||
|
|
"fields",
|
||
|
|
"special_access_rules"
|
||
|
|
],
|
||
|
|
"title": "TenantSecurityCustomMetricStat - Data API",
|
||
|
|
"description": "Represents custom metric data within Security Center. This object is available in API version 61.0 and later.",
|
||
|
|
"fields_columns": [
|
||
|
|
"type",
|
||
|
|
"properties",
|
||
|
|
"description"
|
||
|
|
],
|
||
|
|
"fields": {
|
||
|
|
"ChangeCount": {
|
||
|
|
"type": "int",
|
||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
||
|
|
"description": "The number of times this metric was changed."
|
||
|
|
},
|
||
|
|
"CustomMetricIdentifier": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Filter, Group, idLookup, Sort",
|
||
|
|
"description": "The ID of the custom metric."
|
||
|
|
},
|
||
|
|
"EndProcessTime": {
|
||
|
|
"type": "dateTime",
|
||
|
|
"properties": "Filter, Sort",
|
||
|
|
"description": "The end time of the metric being processed."
|
||
|
|
},
|
||
|
|
"MetricCount": {
|
||
|
|
"type": "int",
|
||
|
|
"properties": "Filter, Group, Sort",
|
||
|
|
"description": "The number of times this metric was recorded."
|
||
|
|
},
|
||
|
|
"MetricIdentifier": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Filter, Group, idLookup, Sort",
|
||
|
|
"description": "The unique identifier of the metric."
|
||
|
|
},
|
||
|
|
"MetricName": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Filter, Group, idLookup, Sort",
|
||
|
|
"description": "The name of the metric."
|
||
|
|
},
|
||
|
|
"Name": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Filter, Group, idLookup, Sort",
|
||
|
|
"description": "The name of the custom metric."
|
||
|
|
},
|
||
|
|
"PreviousMetricIdentifier": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Filter, Group, idLookup, Nillable, Sort",
|
||
|
|
"description": "The previous unique identifier of this metric."
|
||
|
|
},
|
||
|
|
"StartProcessTime": {
|
||
|
|
"type": "dateTime",
|
||
|
|
"properties": "Filter, Sort",
|
||
|
|
"description": "The start time of the metric being processed."
|
||
|
|
},
|
||
|
|
"Tenant": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Filter, Group, Sort",
|
||
|
|
"description": "The ID of the tenant with the custom metric."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"special_access_rules": "This object is read-only."
|
||
|
|
}
|