Okta.Sdk.Model.UserType
October 26, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Created | DateTimeOffset | A timestamp from when the user type was created | [optional] [readonly] |
| CreatedBy | string | The user ID of the account that created the user type | [optional] [readonly] |
| Default | bool | A boolean value to indicate if this is the default user type | [optional] [readonly] |
| Description | string | The human-readable description of the user type | [optional] |
| DisplayName | string | The human-readable name of the user type | |
| Id | string | The unique key for the user type | [optional] [readonly] |
| LastUpdated | DateTimeOffset | A timestamp from when the user type was most recently updated | [optional] [readonly] |
| LastUpdatedBy | string | The user ID of the most recent account to edit the user type | [optional] [readonly] |
| Name | string | The name of the user type. The name must start with A-Z or a-z and contain only A-Z, a-z, 0-9, or underscore (_) characters. This value becomes read-only after creation and can't be updated. | |
| Links | UserTypeLinks | [optional] |