Skip to main content

Module policy

Module policy 

Source

Structs§

EqualsCondition
Field equals the given JSON value.
ExistsCondition
Field is present and non-null.
Match
What an action must look like for a rule to apply. Each empty list means "any".
OneOfCondition
Field is one of the given JSON values.
Policy
The full ordered rule set for one agent. If no rule matches, the action is denied.
Rule
A single policy rule. Rules are evaluated in order; the first whose matches matches

Enums§

Condition
Effect