Aserto · Schema

protobufAny

protobufAny schema from Aserto authorizer API

AuthorizationFine-Grained Access ControlRBACABACReBACPolicyOpen Policy AgentOPACloud-NativeSecurity

Properties

Name Type Description
@type string
View JSON Schema on GitHub

JSON Schema

aserto-authorizer-protobufany.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "protobufAny",
  "description": "protobufAny schema from Aserto authorizer API",
  "additionalProperties": {},
  "properties": {
    "@type": {
      "type": "string"
    }
  },
  "type": "object"
}