OBJECT
Policies are lists of rules that describe access to resources
type Policy {# Unique id for this policyid: ID # The policy namename: String # One or more Aperture sentences applying to the policyrules: [String] # A description for this policydescription: String }