{
"$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"
}
}
}