Frontegg · JSON Structure

Frontegg Entitlement Structure

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

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

Properties

id planId featureKey tenantId userId expiresAt status

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-entitlement-structure.json",
  "title": "Entitlement",
  "type": "object",
  "properties": {
    "id": "string",
    "planId": "string",
    "featureKey": "string",
    "tenantId": "string",
    "userId": "string",
    "expiresAt": "string",
    "status": "string"
  }
}