Skip to main content

Class CredentialType

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for CredentialType. Description of credential type

Inheritance

objectCarrierCredentialType

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

CredentialType()

Default constructor - defaults any enum props to 0.

Properties

CanCreatePerson

Property Value

bool

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.

Property Value

string

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.

Property Value

string

IsUserNameSupported

Property Value

bool

Type

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

Property Value

string

ValueControl

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

Property Value

CredentialControlType?

See Also

CredentialType.ValueControl_String

ValueControl_String

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

Property Value

string

See Also

CredentialType.ValueControl

See Also

UserAgent