Okta.Sdk.Model.UserType

October 26, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
CreatedDateTimeOffsetA timestamp from when the user type was created[optional] [readonly]
CreatedBystringThe user ID of the account that created the user type[optional] [readonly]
DefaultboolA boolean value to indicate if this is the default user type[optional] [readonly]
DescriptionstringThe human-readable description of the user type[optional]
DisplayNamestringThe human-readable name of the user type
IdstringThe unique key for the user type[optional] [readonly]
LastUpdatedDateTimeOffsetA timestamp from when the user type was most recently updated[optional] [readonly]
LastUpdatedBystringThe user ID of the most recent account to edit the user type[optional] [readonly]
NamestringThe 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.
LinksUserTypeLinks[optional]

[Back to Model list] [Back to API list] [Back to README]