Documentation
¶
Index ¶
Constants ¶
View Source
const ( Allow types.Effect = iota Indeterminate Deny )
Values for policy effect.
View Source
const ( SOME_ALLOW = "some(where(p.eft==allow))" NO_DENY = "!some(where(p.eft==deny))" SOME_ALLOW_NO_DENY = "some(where(p.eft==allow))&&!some(where(p.eft==deny))" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.