Frontegg · Schema

ApplicationsTenantAssignmentResponseV1

JSON Schema for Frontegg applications ApplicationsTenantAssignmentResponseV1 entity, derived from the published OpenAPI specification.

AuthenticationAuthorizationIdentity ManagementCIAMB2B SaaSMulti-TenancyRBACSSOSCIMEntitlementsOAuthOpenID Connect

Properties

Name Type Description
tenantId string
appIds array
View JSON Schema on GitHub

JSON Schema

frontegg-applications-applicationstenantassignmentresponsev1-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/frontegg/main/json-schema/frontegg-applications-applicationstenantassignmentresponsev1-schema.json",
  "title": "ApplicationsTenantAssignmentResponseV1",
  "description": "JSON Schema for Frontegg applications ApplicationsTenantAssignmentResponseV1 entity, derived from the published OpenAPI specification.",
  "type": "object",
  "properties": {
    "tenantId": {
      "type": "string"
    },
    "appIds": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "tenantId",
    "appIds"
  ]
}