Frontegg · JSON Structure

Frontegg Permission Structure

Type: object Properties: 6
AuthenticationAuthorizationIdentity ManagementCIAMB2B SaaSMulti-TenancyRBACSSOSCIMEntitlementsOAuthOpenID Connect

Frontegg Permission Structure is a JSON Structure definition published by Frontegg, describing 6 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

id key name description category roleIds

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/frontegg/json-structure/frontegg-permission-structure.json",
  "title": "Permission",
  "type": "object",
  "properties": {
    "id": "string",
    "key": "string",
    "name": "string",
    "description": "string",
    "category": "string",
    "roleIds": "array"
  }
}