Microsoft Graph · Schema

hostReputationRule

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
description string The description of the rule that gives more context.
name string The name of the rule.
relatedDetailsUrl string Link to a web page with details related to this rule.
severity object
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsecurityhostreputationrule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.security.hostReputationRule",
  "title": "hostReputationRule",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "description": {
      "type": "string",
      "description": "The description of the rule that gives more context."
    },
    "name": {
      "type": "string",
      "description": "The name of the rule."
    },
    "relatedDetailsUrl": {
      "type": "string",
      "description": "Link to a web page with details related to this rule.",
      "nullable": true
    },
    "severity": {
      "$ref": "#/components/schemas/microsoft.graph.security.hostReputationRuleSeverity"
    },
    "@odata.type": {
      "type": "string"
    }
  }
}