blob: 8e4fd8d3b2e523eb1423e89e99528ddac31a03dc [file] [log] [blame]
description: >
Implement to specify a restricted mode of operation.
properties:
- name: RestrictionMode
type: enum[self.Modes]
description: >
The restriction mode.
enumerations:
- name: Modes
description: >
Possible modes of restriction.
values:
- name: None
description: >
No restriction.
- name: Whitelist
description: >
Allow, only if in the whitelist.
- name: Blacklist
description: >
Prevent, if in the blacklist.