Application Role

An Object

Note

Drop in one of our language drivers to accelerate your development.
Here are links to some of our popular Cookbooks to help you get started!

Properties

The following properties are available:

Property Type Default Read-Only Description
description string No
permissions array No
role-key string No
title string No

Schema


{
  "title": "Application Role",
  "description": "Application Role",
  "type": "object",
  "properties": {
    "role-key": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "permissions": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "id": "applicationRole"
}