class Conjur::Policy

Defines an set of objects, permission grants and role grants. All objects in a policy share a common naming prefix, which is the id of the policy. (Exception: the root policy does not add a naming prefix to each of its objects).

Policies are defined using a YAML syntax, which is extensively documented on the Conjur web site. To load a policy, define it using YAML and then use {API#load_policy}.

@see API#load_policy