blob: 8e4fd8d3b2e523eb1423e89e99528ddac31a03dc [file] [log] [blame]
Deepak Kodihalli4b271e12017-05-13 09:57:52 -05001description: >
2 Implement to specify a restricted mode of operation.
3
4properties:
5 - name: RestrictionMode
6 type: enum[self.Modes]
7 description: >
8 The restriction mode.
9
10enumerations:
11 - name: Modes
12 description: >
13 Possible modes of restriction.
14 values:
15 - name: None
16 description: >
17 No restriction.
18 - name: Whitelist
19 description: >
20 Allow, only if in the whitelist.
21 - name: Blacklist
22 description: >
23 Prevent, if in the blacklist.