Okta · Schema

GroupSchemaBaseProperties

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

Properties

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

JSON Schema

okta-groupschemabaseproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GroupSchemaBaseProperties",
  "title": "GroupSchemaBaseProperties",
  "type": "object",
  "properties": {
    "description": {
      "$ref": "#/components/schemas/GroupSchemaAttribute"
    },
    "name": {
      "$ref": "#/components/schemas/GroupSchemaAttribute"
    }
  },
  "x-okta-tags": [
    "GroupSchema"
  ]
}