Couchbase · Schema

Role

Available role definition

AnalyticsApp ServicesBackupCapellaCloudDatabaseDBaaSEventingFull-Text SearchGatewayJSONMobileNoSQLReplicationSQL++SyncVector SearchXDCR

Properties

Name Type Description
role string Role identifier
name string Human-readable role name
desc string Description of the role
bucket_name string Bucket constraint for the role
View JSON Schema on GitHub

JSON Schema

couchbase-role-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Role",
  "title": "Role",
  "type": "object",
  "description": "Available role definition",
  "properties": {
    "role": {
      "type": "string",
      "description": "Role identifier"
    },
    "name": {
      "type": "string",
      "description": "Human-readable role name"
    },
    "desc": {
      "type": "string",
      "description": "Description of the role"
    },
    "bucket_name": {
      "type": "string",
      "description": "Bucket constraint for the role"
    }
  }
}