# UserIdpModel ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **guid** | **String** | Auto-generated unique identifier for the user. | [optional] **username** | **String** | The user's username. | [optional] **email** | **String** | The user's email address. | [optional] **allowedScopes** | **Set<String>** | The list of scopes that the user is allowed to request. | [optional] **createdAt** | **Date** | ISO8601 datetime the record was created at. | [optional] **updatedAt** | **Date** | ISO8601 datetime the record was last updated at. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)