Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateAPIKeyResponse

example

{
  "key": "d5K20n1VfHZYIgk55UdJO0bTyMTnjasdGkNyg66ASnd",
  "id": "PDJSYJNBTDBP",
  "registration_time": 1548604295,
  "nickname": "key1",
  "root": false,
  "permissions_document": {
    "version": "1",
    "default_allow": true,
    "permissions": {
      "api_keys": {
        "allow_create": false,
        "allow_update": false,
        "allow_delete": false
      }
    }
  }
}

Hierarchy

  • CreateAPIKeyResponse

Index

Properties

id

id: string

key

key: string

nickname

nickname: string

permissions_document

permissions_document: PermissionsDocument

registration_time

registration_time: number

root

root: boolean