OBJECT

Policy

Policies are lists of rules that describe access to resources

link GraphQL Schema definition

  • type Policy {
  • # Unique id for this policy
  • id: ID
  • # The policy name
  • name: String
  • # One or more Aperture sentences applying to the policy
  • rules: [String]
  • # A description for this policy
  • description: String
  • }