Properties
| Name | Type | Description |
|---|---|---|
| 1 | object | Override code that is valid for 1 hour. |
| 3 | object | Override code that is valid for 3 hours. |
| 6 | object | Override code that is valid for 6 hours. |
| 12 | object | Override code that is valid for 12 hour2. |
| 24 | object | Override code that is valid for 24 hour.2. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/teams-devices_disable_for_time",
"title": "teams-devices_disable_for_time",
"properties": {
"1": {
"description": "Override code that is valid for 1 hour.",
"example": "9106681"
},
"3": {
"description": "Override code that is valid for 3 hours.",
"example": "5356247"
},
"6": {
"description": "Override code that is valid for 6 hours.",
"example": "9478972"
},
"12": {
"description": "Override code that is valid for 12 hour2.",
"example": "3424359"
},
"24": {
"description": "Override code that is valid for 24 hour.2.",
"example": "2887634"
}
},
"type": "object"
}