artifact-keeper-client 1.1.2

Rust client for the Artifact Keeper REST API
Documentation
# AdminUserResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**auth_provider** | **String** |  | 
**created_at** | **String** |  | 
**display_name** | Option<**String**> |  | [optional]
**email** | **String** |  | 
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**is_active** | **bool** |  | 
**is_admin** | **bool** |  | 
**last_login_at** | Option<**String**> |  | [optional]
**must_change_password** | **bool** |  | 
**username** | **String** |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)