Documentation
¶
Overview ¶
Package restrictionlevel contains the different restriction levels used in DLP policies.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RestrictionLevel ¶
type RestrictionLevel int
RestrictionLevel is an enum containing the different types of DLP restrictions enforced, potentially including the user's response to the warning dialog (proceed or cancel).
const ( Allowed RestrictionLevel = iota Blocked WarnCancelled WarnProceeded )
See comment on the type above.
Click to show internal directories.
Click to hide internal directories.