> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/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.                                   |
