Authzed · Schema

WriteRelationshipsResponse

AuthorizationAccess ControlPermissionsZanzibarSpiceDBgRPCRESTRelationship-Based Access ControlReBACFine-Grained AuthorizationIdentitySecurity

Properties

Name Type Description
writtenAt object written_at is the revision at which the relationships were written or deleted.
View JSON Schema on GitHub

JSON Schema

WriteRelationshipsResponse.json Raw ↑
{
  "type": "object",
  "properties": {
    "writtenAt": {
      "$ref": "#/components/schemas/ZedToken",
      "description": "written_at is the revision at which the relationships were written or deleted."
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/authzed/main/json-schema/WriteRelationshipsResponse.json",
  "title": "WriteRelationshipsResponse"
}