Properties
| Name | Type | Description |
|---|---|---|
| description | object | |
| expiration | object | |
| id | object | |
| input | object | |
| match | object | |
| name | object | |
| schedule | object | |
| type | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/teams-devices_device-posture-rules",
"title": "teams-devices_device-posture-rules",
"properties": {
"description": {
"$ref": "#/components/schemas/teams-devices_description"
},
"expiration": {
"$ref": "#/components/schemas/teams-devices_expiration"
},
"id": {
"$ref": "#/components/schemas/teams-devices_uuid"
},
"input": {
"$ref": "#/components/schemas/teams-devices_input"
},
"match": {
"$ref": "#/components/schemas/teams-devices_match"
},
"name": {
"$ref": "#/components/schemas/teams-devices_name"
},
"schedule": {
"$ref": "#/components/schemas/teams-devices_schedule"
},
"type": {
"$ref": "#/components/schemas/teams-devices_type"
}
},
"type": "object"
}