Module containers

Module containers 

Source
Expand description

Provides some basic container enums that are used by the Policy model.

Enumsยง

OneOrAll
A container used by a number of elements where the JSON serialization may be a single string, or an array of string values.
OneOrAny
A container used by a number of elements where the JSON serialization may be a wild-card value, a single string, or an array of string values.