# Cyclos411Api.ClientView

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**status** | [**ClientStatusEnum**](ClientStatusEnum.md) | The status of an access client Possible values are: * active: The access client is active, and can operate normally * blocked: The access client is blocked and cannot be used until it is unblocked * removed: The access client was removed, but had transactions, so couldn&#39;t be physically removed * unassigned: The access client is unassigned (disconnected) from an (remote) application  | [optional] 
**activationDate** | **Date** | The date the client was activated | [optional] 
**confirmationPasswordInput** | [**PasswordInput**](PasswordInput.md) | If a confirmation password is used, contains the definitions on how to request that password from the user. This confirmation password is required when performing sensible actions. Sometimes this is dynamic, for example, the confirmation might be configured to be used only once per session, or operations like payments may have a limit per day to be without confirmation (pinless).  | [optional] 
**canGetActivationCode** | **Boolean** | Can the authenticated user get the activation code, to later activate (assign) this client?  | [optional] 
**canUnassign** | **Boolean** | Can the authenticated user unassign this client? | [optional] 
**canBlock** | **Boolean** | Can the authenticated user block this client? | [optional] 
**canUnblock** | **Boolean** | Can the authenticated user unblock this client? | [optional] 


