> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.CredentialControlType

# <a id="SuperOffice_WebApi_Data_CredentialControlType" /> Enum CredentialControlType

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Types of control used with user administration work with credentials

```csharp theme={null}
public enum CredentialControlType
```

## Fields

`Edit = 1`

1: The value is a normal edit field

`Hidden = 4`

4: The value should be hidden in the user interface.

`Link = 3`

3: The GetCredentialsGroups and GetCredentialUsers needs to be used to select a value.

`Password = 2`

2: The value is a password field and a pasword control should be used.

`Static = 0`

0: The value is static and can not be modified by the user interface.


## Related topics

- [SuperOffice.WebApi.Data.CredentialType](/en/api/reference/webapi/SuperOffice.WebApi.Data.CredentialType.md)
- [SuperOffice.WebApi.Data.CredentialsGroup](/en/api/reference/webapi/SuperOffice.WebApi.Data.CredentialsGroup.md)
- [SuperOffice.WebApi.Agents.IUserAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IUserAgent.md)
- [SuperOffice.WebApi.Agents.UserAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.UserAgent.md)
- [SuperOffice.WebApi.Data.User GetCredentialTypesForUserTypeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.User_GetCredentialTypesForUserTypeRequest.md)
- [SuperOffice.WebApi.Data.User GetCredentialTypesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.User_GetCredentialTypesRequest.md)
