Aserto · Schema

v2IsResponse

v2IsResponse schema from Aserto authorizer API

AuthorizationFine-Grained Access ControlRBACABACReBACPolicyOpen Policy AgentOPACloud-NativeSecurity

Properties

Name Type Description
decisions array
View JSON Schema on GitHub

JSON Schema

aserto-authorizer-v2isresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "v2IsResponse",
  "description": "v2IsResponse schema from Aserto authorizer API",
  "properties": {
    "decisions": {
      "items": {
        "$ref": "#/components/schemas/authorizerv2Decision"
      },
      "type": "array"
    }
  },
  "type": "object"
}