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

# <a id="SuperOffice_WebApi_Data_CredentialType" /> Class CredentialType

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

Carrier object for CredentialType.
Description of credential type

```csharp theme={null}
public class CredentialType : Carrier
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[CredentialType](SuperOffice.WebApi.Data.CredentialType.md)

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_CredentialType__ctor" /> CredentialType()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public CredentialType()
```

## Properties

### <a id="SuperOffice_WebApi_Data_CredentialType_CanCreatePerson" /> CanCreatePerson

```csharp theme={null}
public virtual bool CanCreatePerson { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_CredentialType_Description" /> Description

Description of the authentication type.  This value is used in a list of authentication providers that can be choosen by an end user and should be a fairly describtive text.  This will typically be SuperOffice is responsible for username and password for a password scenario.

```csharp theme={null}
public virtual string Description { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_CredentialType_DisplayType" /> DisplayType

The name of the credentials to be displayed in the user interface.  This will typically be Password for user-name/password scenarios and Active Directoru User for AD integration.

```csharp theme={null}
public virtual string DisplayType { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_CredentialType_IsUserNameSupported" /> IsUserNameSupported

```csharp theme={null}
public virtual bool IsUserNameSupported { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_CredentialType_Type" /> Type

Type of credentials, corresponding to name of plugin and type in the credentials table

```csharp theme={null}
public virtual string Type { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_CredentialType_ValueControl" /> ValueControl

Type of control used to display the value.
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public CredentialControlType? ValueControl { get; set; }
```

#### Property Value

[CredentialControlType](SuperOffice.WebApi.Data.CredentialControlType.md)?

#### See Also

[CredentialType](SuperOffice.WebApi.Data.CredentialType.md).[ValueControl\_String](SuperOffice.WebApi.Data.CredentialType.md#SuperOffice_WebApi_Data_CredentialType_ValueControl_String)

### <a id="SuperOffice_WebApi_Data_CredentialType_ValueControl_String" /> ValueControl\_String

Type of control used to display the value.
Raw string enum value.

```csharp theme={null}
[JsonProperty("ValueControl")]
public string ValueControl_String { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

#### See Also

[CredentialType](SuperOffice.WebApi.Data.CredentialType.md).[ValueControl](SuperOffice.WebApi.Data.CredentialType.md#SuperOffice_WebApi_Data_CredentialType_ValueControl)

## See Also

[UserAgent](SuperOffice.WebApi.Agents.UserAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.ProvidedCredential](/en/api/reference/webapi/SuperOffice.WebApi.Data.ProvidedCredential.md)
- [SuperOffice.WebApi.Data.Credential](/en/api/reference/webapi/SuperOffice.WebApi.Data.Credential.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.Agents.PersonAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.PersonAgent.md)
