Aserto · Schema

v2GetPolicyResponse

v2GetPolicyResponse schema from Aserto authorizer API

AuthorizationFine-Grained Access ControlRBACABACReBACPolicyOpen Policy AgentOPACloud-NativeSecurity

Properties

Name Type Description
result object
View JSON Schema on GitHub

JSON Schema

aserto-authorizer-v2getpolicyresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "v2GetPolicyResponse",
  "description": "v2GetPolicyResponse schema from Aserto authorizer API",
  "properties": {
    "result": {
      "$ref": "#/components/schemas/apiModule"
    }
  },
  "type": "object"
}