afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/TenantSecurityAlertRuleSelectedTenant.json

35 lines
1.8 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"fields",
"special_access_rules",
"associated_objects"
],
"title": "TenantSecurityAlertRuleSelectedTenant - Data API",
"description": "Stores information about a Security Center alert rule for tenants. This object is available for Security Center subscribers in API version 55.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"Name": {
"type": "string",
"properties": "Create, Filter, Group, idLookup, Sort, Update",
"description": "The name of the metric for the data collected."
},
"NotificationRuleIdentifier": {
"type": "string",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The ID of the corresponding TenantSecurityNotificationRule."
},
"Tenant": {
"type": "string",
"properties": "Create, Filter, Group, idLookup, Sort, Update",
"description": "The ID of the tenant (org) that this record is for."
}
},
"special_access_rules": "This object is read-only.",
"associated_objects": "This object has the following associated objects. If the API version isnt specified, theyre available in the same API versions as this object. Otherwise, theyre available in the specified API version and later.\n\n- **TenantSecurityAlertRuleSelectedTenantChangeEvent**: Change events are available for the object.\n- **TenantSecurityAlertRuleSelectedTenantFeed**: Feed tracking is available for the object.\n- **TenantSecurityAlertRuleSelectedTenantHistory**: History is available for tracked fields of the object.\n- **TenantSecurityAlertRuleSelectedTenantOwnerSharingRule**: Sharing rules are available for the object.\n- **TenantSecurityAlertRuleSelectedTenantShare**: Sharing is available for the object."
}