Okta.Sdk.Model.UserSchemaPublic
October 22, 2025 ยท View on GitHub
All custom profile properties are defined in a profile subschema with the resolution scope #custom. > Notes: > * When you refer to custom profile attributes that differ only by case, name collisions occur. This includes naming custom profile attributes the same as base profile attributes, for example, firstName and FirstName. > * Certain attributes are reserved and can't be used for custom user profiles. See Review reserved attributes.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | The subschema name | [optional] [readonly] |
| Properties | Dictionary<string, UserSchemaAttribute> | The `#custom` object properties | [optional] |
| Required | List<string> | A collection indicating required property names | [optional] [readonly] |
| Type | string | The object type | [optional] [readonly] |