Aserto · Schema

v3ImportRequest

v3ImportRequest schema from Aserto directory API

AuthorizationFine-Grained Access ControlRBACABACReBACPolicyOpen Policy AgentOPACloud-NativeSecurity

Properties

Name Type Description
object object
op_code object
relation object
View JSON Schema on GitHub

JSON Schema

aserto-directory-v3importrequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "v3ImportRequest",
  "description": "v3ImportRequest schema from Aserto directory API",
  "properties": {
    "object": {
      "$ref": "#/components/schemas/v3Object"
    },
    "op_code": {
      "$ref": "#/components/schemas/v3Opcode"
    },
    "relation": {
      "$ref": "#/components/schemas/v3Relation"
    }
  },
  "type": "object"
}