Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an is_owner option to exceptions #253

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

elchininet
Copy link
Owner

This pull request adds a new option to the exceptions configurations.

Property Type Required Description
is_owner Boolean no Checks if the user is owner of the system.
This option can be set alone
or combined with user, not_user,
device, not_device, or is_admin.
If it is used together with one of these options
they will be taken as conditions
separated by a logical OR

@elchininet elchininet added documentation Improvements or additions to documentation enhancement New feature or request tests labels Dec 10, 2024
@elchininet elchininet merged commit bd72986 into next_release Dec 10, 2024
2 checks passed
@elchininet elchininet deleted the add_is_owner_option_to_exceptions branch December 10, 2024 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant