mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
90 lines
4.2 KiB
JSON
90 lines
4.2 KiB
JSON
|
|
{
|
|||
|
|
"sections": [
|
|||
|
|
"title",
|
|||
|
|
"description",
|
|||
|
|
"fields",
|
|||
|
|
"special_access_rules",
|
|||
|
|
"associated_objects"
|
|||
|
|
],
|
|||
|
|
"title": "TenantSecurityHealthCheckBaselineTrend - Data API",
|
|||
|
|
"description": "Stores metric details related to Health Check baseline settings. The Health Check detail page in Security Center displays scores and settings for all your tenants in one place. Use this object to get details about which metrics are collected and for which tenants, and changes made to the Health Check baseline. This object is available to Security Center subscribers in API version 54.0 and later.",
|
|||
|
|
"fields_columns": [
|
|||
|
|
"type",
|
|||
|
|
"properties",
|
|||
|
|
"description"
|
|||
|
|
],
|
|||
|
|
"fields": {
|
|||
|
|
"Action": {
|
|||
|
|
"type": "string",
|
|||
|
|
"properties": "Create, Filter, Group, idLookup, Nillable, Sort, Update",
|
|||
|
|
"description": "The type of action. For example, added, updated, or removed."
|
|||
|
|
},
|
|||
|
|
"ActionBy": {
|
|||
|
|
"type": "string",
|
|||
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
|||
|
|
"description": "The user or admin that made the change."
|
|||
|
|
},
|
|||
|
|
"ActionDate": {
|
|||
|
|
"type": "dateTime",
|
|||
|
|
"properties": "Create, Filter, Nillable, Sort, Update",
|
|||
|
|
"description": "The date and time of the change."
|
|||
|
|
},
|
|||
|
|
"ApiName": {
|
|||
|
|
"type": "string",
|
|||
|
|
"properties": "Create, Filter, Group, idLookup, Nillable, Sort, Update",
|
|||
|
|
"description": "The name of the metric used by the API and managed packages."
|
|||
|
|
},
|
|||
|
|
"BaselineDescription": {
|
|||
|
|
"type": "string",
|
|||
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
|||
|
|
"description": "For custom baselines, the name of the custom baseline file."
|
|||
|
|
},
|
|||
|
|
"BaselineIdentifier": {
|
|||
|
|
"type": "string",
|
|||
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
|||
|
|
"description": "The ID of the baseline."
|
|||
|
|
},
|
|||
|
|
"BaselineName": {
|
|||
|
|
"type": "string",
|
|||
|
|
"properties": "Create, Filter, Group, idLookup, Nillable, Sort, Update",
|
|||
|
|
"description": "The name of the baseline."
|
|||
|
|
},
|
|||
|
|
"DetailIdentifier": {
|
|||
|
|
"type": "string",
|
|||
|
|
"properties": "Create, Filter, Group, idLookup, Sort, Update",
|
|||
|
|
"description": "The ID of the individual detail record. This field is unique across all tenants."
|
|||
|
|
},
|
|||
|
|
"IsDefault": {
|
|||
|
|
"type": "boolean",
|
|||
|
|
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
|
|||
|
|
"description": "Whether the baseline is default or custom. The default is false."
|
|||
|
|
},
|
|||
|
|
"MetricIdentifier": {
|
|||
|
|
"type": "string",
|
|||
|
|
"properties": "Create, Filter, Group, Sort, Update",
|
|||
|
|
"description": "The ID of the type of metric collected."
|
|||
|
|
},
|
|||
|
|
"MetricsType": {
|
|||
|
|
"type": "string",
|
|||
|
|
"properties": "Create, Filter, Group, Sort, Update",
|
|||
|
|
"description": "The type of data collected. For example, SecurityHealthCheckBaselineMetric."
|
|||
|
|
},
|
|||
|
|
"Name": {
|
|||
|
|
"type": "string",
|
|||
|
|
"properties": "Create, Filter, Group, idLookup, Sort, Update",
|
|||
|
|
"description": "The name of the metric for the data collected."
|
|||
|
|
},
|
|||
|
|
"Tenant": {
|
|||
|
|
"type": "string",
|
|||
|
|
"properties": "Create, Filter, Group, idLookup, Sort, Update",
|
|||
|
|
"description": "The ID of the tenant that was scored by the Security Health Check."
|
|||
|
|
},
|
|||
|
|
"TenantName": {
|
|||
|
|
"type": "string",
|
|||
|
|
"properties": "Create, Filter, Group, idLookup, Nillable, Sort, Update",
|
|||
|
|
"description": "The name of the tenant that was scored by the Security Health Check."
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
"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- **TenantSecurityHealthCheckBaselineTrendChangeEvent**: Change events are available for the object.\n- **TenantSecurityHealthCheckBaselineTrendFeed**: Feed tracking is available for the object.\n- **TenantSecurityHealthCheckBaselineTrendHistory**: History is available for tracked fields of the object.\n- **TenantSecurityHealthCheckBaselineTrendOwnerSharingRule**: Sharing rules are available for the object.\n- **TenantSecurityHealthCheckBaselineTrendShare**: Sharing is available for the object."
|
|||
|
|
}
|