Aserto · Schema

apiPolicyInstance

apiPolicyInstance schema from Aserto authorizer API

AuthorizationFine-Grained Access ControlRBACABACReBACPolicyOpen Policy AgentOPACloud-NativeSecurity

Properties

Name Type Description
instance_label string
name string
View JSON Schema on GitHub

JSON Schema

aserto-authorizer-apipolicyinstance.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "apiPolicyInstance",
  "description": "apiPolicyInstance schema from Aserto authorizer API",
  "properties": {
    "instance_label": {
      "title": "label identifying the instance of the policy",
      "type": "string"
    },
    "name": {
      "title": "policy name",
      "type": "string"
    }
  },
  "type": "object"
}