Properties
| Name | Type | Description |
|---|---|---|
| alert_interval | object | |
| alert_type | object | |
| created | object | |
| description | object | |
| enabled | object | |
| filters | object | |
| id | object | |
| mechanisms | object | |
| modified | object | |
| name | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/aaa_policies",
"title": "aaa_policies",
"properties": {
"alert_interval": {
"$ref": "#/components/schemas/aaa_alert_interval"
},
"alert_type": {
"$ref": "#/components/schemas/aaa_alert_type"
},
"created": {
"$ref": "#/components/schemas/aaa_timestamp"
},
"description": {
"$ref": "#/components/schemas/aaa_schemas-description"
},
"enabled": {
"$ref": "#/components/schemas/aaa_enabled"
},
"filters": {
"$ref": "#/components/schemas/aaa_filters"
},
"id": {
"$ref": "#/components/schemas/aaa_policy-id"
},
"mechanisms": {
"$ref": "#/components/schemas/aaa_mechanisms"
},
"modified": {
"$ref": "#/components/schemas/aaa_timestamp"
},
"name": {
"$ref": "#/components/schemas/aaa_schemas-name"
}
},
"type": "object"
}