# app.protoimsg.chat.authFull

> Published by [lexicons.protoimsg.app](https://lexicon.garden/identity/did:plc:xk3xpcauatfephlieonmluh4)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:xk3xpcauatfephlieonmluh4/app.protoimsg.chat.authFull)
- [Documentation](https://lexicon.garden/lexicon/did:plc:xk3xpcauatfephlieonmluh4/app.protoimsg.chat.authFull/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:xk3xpcauatfephlieonmluh4/app.protoimsg.chat.authFull/examples)

## Definitions

### `app.protoimsg.chat.authFull`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Full proto instant messenger access",
  "detail": "Create and join chat rooms, send chat messages, manage buddy lists, polls, and moderation.",
  "title:lang": {},
  "detail:lang": {},
  "permissions": [
    {
      "type": "permission",
      "resource": "repo",
      "collection": [
        "app.protoimsg.chat.room",
        "app.protoimsg.chat.channel",
        "app.protoimsg.chat.message",
        "app.protoimsg.chat.community",
        "app.protoimsg.chat.poll",
        "app.protoimsg.chat.vote",
        "app.protoimsg.chat.ban",
        "app.protoimsg.chat.role",
        "app.protoimsg.chat.allowlist",
        "app.protoimsg.chat.authVerify"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "app.protoimsg.chat.authFull",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Full proto instant messenger access",
      "detail": "Create and join chat rooms, send chat messages, manage buddy lists, polls, and moderation.",
      "title:lang": {},
      "detail:lang": {},
      "permissions": [
        {
          "type": "permission",
          "resource": "repo",
          "collection": [
            "app.protoimsg.chat.room",
            "app.protoimsg.chat.channel",
            "app.protoimsg.chat.message",
            "app.protoimsg.chat.community",
            "app.protoimsg.chat.poll",
            "app.protoimsg.chat.vote",
            "app.protoimsg.chat.ban",
            "app.protoimsg.chat.role",
            "app.protoimsg.chat.allowlist",
            "app.protoimsg.chat.authVerify"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
