PolicyUpdateIn
name object
anyOf
- string
- null
string
Possible values: non-empty
description object
anyOf
- string
- null
string
is_enabled object
anyOf
- boolean
- null
boolean
time_window object
anyOf
- object
- null
object
device_filter object
anyOf
- object
- null
object
role_filter object
anyOf
- string[]
- null
Array [
string
]
PolicyUpdateIn
{
"name": "string",
"description": "string",
"is_enabled": true,
"time_window": {},
"device_filter": {},
"role_filter": [
"string"
]
}