# social.nstar.authFull

> Published by [scott.nstar.social](https://lexicon.garden/identity/did:plc:v5rmhwiwhjawts3bavnsjk5b)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:v5rmhwiwhjawts3bavnsjk5b/social.nstar.authFull)
- [Documentation](https://lexicon.garden/lexicon/did:plc:v5rmhwiwhjawts3bavnsjk5b/social.nstar.authFull/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:v5rmhwiwhjawts3bavnsjk5b/social.nstar.authFull/examples)

## Definitions

### `social.nstar.authFull`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Full NorthStar Social SNRP Permissions",
  "detail": "Manage all NorthStar SNRP-specific features and data.",
  "title:lang": {},
  "detail:lang": {},
  "permissions": [
    {
      "lxm": [
        "social.nstar.epds.admin.getUserStats",
        "social.nstar.epds.admin.listAccounts",
        "social.nstar.epds.admin.listInviteCodes",
        "social.nstar.epds.repo.getInfo",
        "social.nstar.epds.repo.getStatus",
        "social.nstar.epds.repo.registerDevice",
        "social.nstar.epds.server.createInviteCode",
        "social.nstar.epds.server.getActorInviteCode",
        "social.nstar.epds.server.getInviteToken",
        "social.nstar.epds.server.getRepoAccessToken",
        "social.nstar.epds.server.registerActor",
        "social.nstar.relay.connect.getRequests",
        "social.nstar.relay.server.registerActor",
        "social.nstar.relay.server.unregisterActor"
      ],
      "type": "permission",
      "resource": "rpc",
      "inheritAud": false
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "social.nstar.authFull",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Full NorthStar Social SNRP Permissions",
      "detail": "Manage all NorthStar SNRP-specific features and data.",
      "title:lang": {},
      "detail:lang": {},
      "permissions": [
        {
          "lxm": [
            "social.nstar.epds.admin.getUserStats",
            "social.nstar.epds.admin.listAccounts",
            "social.nstar.epds.admin.listInviteCodes",
            "social.nstar.epds.repo.getInfo",
            "social.nstar.epds.repo.getStatus",
            "social.nstar.epds.repo.registerDevice",
            "social.nstar.epds.server.createInviteCode",
            "social.nstar.epds.server.getActorInviteCode",
            "social.nstar.epds.server.getInviteToken",
            "social.nstar.epds.server.getRepoAccessToken",
            "social.nstar.epds.server.registerActor",
            "social.nstar.relay.connect.getRequests",
            "social.nstar.relay.server.registerActor",
            "social.nstar.relay.server.unregisterActor"
          ],
          "type": "permission",
          "resource": "rpc",
          "inheritAud": false
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
