Aserto · Schema

https://openid.github.io/authzen/#name-the-resource-search-api-req

v1ResourceSearchRequest schema from Aserto directory API

AuthorizationFine-Grained Access ControlRBACABACReBACPolicyOpen Policy AgentOPACloud-NativeSecurity

Properties

Name Type Description
action object
context object
page object
resource object
subject object
View JSON Schema on GitHub

JSON Schema

aserto-directory-v1resourcesearchrequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "https://openid.github.io/authzen/#name-the-resource-search-api-req",
  "description": "v1ResourceSearchRequest schema from Aserto directory API",
  "properties": {
    "action": {
      "$ref": "#/components/schemas/v1Action"
    },
    "context": {
      "type": "object"
    },
    "page": {
      "$ref": "#/components/schemas/v1Page"
    },
    "resource": {
      "$ref": "#/components/schemas/v1Resource"
    },
    "subject": {
      "$ref": "#/components/schemas/v1Subject"
    }
  },
  "type": "object"
}