> ## 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.

# Enum CredentialControlType

> Types of control used with user administration work with credentials

Types of control used with user administration work with credentials

## Syntax

```crmscript theme={null}
CredentialControlType
```

## Fields

| Name     | Description                                                                         |
| -------- | ----------------------------------------------------------------------------------- |
| Static   | The value is static and can not be modified by the user interface.                  |
| Edit     | The value is a normal edit field                                                    |
| Password | The value is a password field and a pasword control should be used.                 |
| Link     | The GetCredentialsGroups and GetCredentialUsers needs to be used to select a value. |
| Hidden   | The value should be hidden in the user interface.                                   |


## Related topics

- [SuperOffice.WebApi.Data.CredentialControlType](/en/api/reference/webapi/SuperOffice.WebApi.Data.CredentialControlType.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
- [NSCredentialType](/en/automation/crmscript/reference/CRMScript.NetServer.NSCredentialType.md)
- [SuperOffice.WebApi.Data.CredentialType](/en/api/reference/webapi/SuperOffice.WebApi.Data.CredentialType.md)
- [Get Credential Types](/en/api/reference/restful/rest/user/get-credential-types.md)
