1. Docs
  2. API Reference
  3. PermissionResponseDto

The PermissionResponseDto object

Example

{
  "id": "string",
  "application_id": "string",
  "key": "string",
  "description": "string",
  "category": "string",
  "source": "system",
  "created_at": "2026-04-20T12:00:00.000Z",
  "version": 0
}

Properties

  • idstring*
  • application_idstring*
  • keystring*
  • descriptionstring
  • categorystring
  • sourceenum: "system" | "custom"*
  • created_atstring (date-time)*
  • versionnumber*

    Optimistic-lock version. Send back as the `If-Match` header when updating to detect concurrent edits.