Okta · Schema

GroupProfile

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

Properties

Name Type Description
description string
name string
View JSON Schema on GitHub

JSON Schema

okta-groupprofile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GroupProfile",
  "title": "GroupProfile",
  "type": "object",
  "properties": {
    "description": {
      "type": "string"
    },
    "name": {
      "type": "string"
    }
  },
  "x-okta-extensible": true,
  "x-okta-tags": [
    "Group"
  ]
}