# NOTIFICATION\_LEVEL

| *Definition:* | It refers to the notification level.                                                                                                                                          |
| ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| *Label:*      | notification level                                                                                                                                                            |
| *Identifier:* | [notification-level.ttl](https://github.com/International-Data-Spaces-Association/ODRL-profile-for-IDS/blob/develop-iese/ids-vocabulary/left-operands/notification-level.ttl) |
| *Note:*       | Accepted values: ON\_DENY, ON\_ALLOW, ON\_DUTY\_EXERCISED, ON\_ACTION\_OPERATED.                                                                                              |
| *Class:*      | [Left Operand](https://www.w3.org/TR/odrl-vocab/#term-LeftOperand)                                                                                                            |

*Example:*

```
"constraint": [{
	"leftOperand": "idsc:NOTIFICATION_LEVEL",
	"operator": "eq",
	"rightOperand": { "@id": "idsc:ON_DENY" }
}]
```
