mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
66 lines
2.4 KiB
JSON
66 lines
2.4 KiB
JSON
|
|
{
|
||
|
|
"sections": [
|
||
|
|
"title",
|
||
|
|
"description",
|
||
|
|
"fields"
|
||
|
|
],
|
||
|
|
"title": "TenantSecurityCustomMetricSetup - Data API",
|
||
|
|
"description": "Represents the configuration for a custom metric within Security Center. This object is available in API version 61.0 and later.",
|
||
|
|
"fields_columns": [
|
||
|
|
"type",
|
||
|
|
"properties",
|
||
|
|
"description"
|
||
|
|
],
|
||
|
|
"fields": {
|
||
|
|
"CustomMetricIdentifier": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Create, Filter, Group, idLookup, Sort, Update",
|
||
|
|
"description": "The unique identifier for the custom metric."
|
||
|
|
},
|
||
|
|
"CustomObjectIdentifier": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Create, Filter, Group, idLookup, Nillable, Sort, Update",
|
||
|
|
"description": "The unique identifier for the custom object for this custom metric."
|
||
|
|
},
|
||
|
|
"CustomObjectName": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Create, Filter, Group, idLookup, Sort, Update",
|
||
|
|
"description": "The unique name of the custom object for this custom metric."
|
||
|
|
},
|
||
|
|
"DiffFieldIdentifierList": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Create, Filter, Group, idLookup, Sort, Update",
|
||
|
|
"description": "The list of fields that were selected for Diff display."
|
||
|
|
},
|
||
|
|
"DisplayFieldIdentifierList": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Create, Filter, Group, idLookup, Sort, Update",
|
||
|
|
"description": "The list of fields that were selected for display."
|
||
|
|
},
|
||
|
|
"Description": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
||
|
|
"description": "The description of the custom metric."
|
||
|
|
},
|
||
|
|
"MetricDisplayType": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Create, Filter, Group, idLookup, Sort, Update",
|
||
|
|
"description": "The display type for this metric. For example, diff or non-diff."
|
||
|
|
},
|
||
|
|
"MetricGroup": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Create, Filter, Group, Sort, Update",
|
||
|
|
"description": "The category of the custom metric. Some category examples include Authenticationand Configuration."
|
||
|
|
},
|
||
|
|
"MetricName": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Create, Filter, Group, idLookup, Sort, Update",
|
||
|
|
"description": "The name of the custom metric. The MetricName and Name fields have the same value."
|
||
|
|
},
|
||
|
|
"Name": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Create, Filter, Group, idLookup, Sort, Update",
|
||
|
|
"description": "The name of the custom metric. The MetricName and Name fields have the same value."
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|