Frontegg · JSON Structure

Frontegg Scim Config Structure

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

Frontegg Scim Config 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 tenantId connectionType token enabled createdAt

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-scim-config-structure.json",
  "title": "ScimConfiguration",
  "type": "object",
  "properties": {
    "id": "string",
    "tenantId": "string",
    "connectionType": "string",
    "token": "string",
    "enabled": "boolean",
    "createdAt": "string"
  }
}