Okta · Schema

GroupSchemaBase

IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatform

Properties

Name Type Description
id string
properties object
required array
type string
View JSON Schema on GitHub

JSON Schema

okta-groupschemabase-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GroupSchemaBase",
  "title": "GroupSchemaBase",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "readOnly": true
    },
    "properties": {
      "$ref": "#/components/schemas/GroupSchemaBaseProperties"
    },
    "required": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "type": {
      "type": "string"
    }
  },
  "x-okta-tags": [
    "GroupSchema"
  ]
}