contextual_limitation
Contextual limitation
enabledboolean
Are contextual limitations enabled
block_roleboolean
If set to true and contextual limitations do not allow role/object, then the role/object is blocked. Otherwise the role/object is granted and an audit event is triggered.
validitystring[]
Possible values: [MON
, TUE
, WED
, THU
, FRI
, SAT
, SUN
]
start_timestring
Start time of day as HH:MM when contextual limit allows access
end_timestring
End time of day as HH:MM when contextual limit allows access
timezonestring
Time zone of start_time and end_time
ip_masksstring[]
contextual_limitation
{
"enabled": true,
"block_role": true,
"validity": [
"MON"
],
"start_time": "string",
"end_time": "string",
"timezone": "string",
"ip_masks": [
"string"
]
}