Skip to main content

Class CredentialsGroup

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for CredentialsGroup. When the CredentialType’s control is of type link, the user is selected from a source like active directory. This will then be the organisational unit (e.g. user security group) in active directory. Only one group is listed if the system does not support groups.

Inheritance

objectCarrierCredentialsGroup

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

CredentialsGroup()

Default constructor - defaults any enum props to 0.

Properties

DisplayName

The display name of the group to display to the user.

Property Value

string

Name

This is the full name of the group as needed to discover the users within the group. this value should not be displayed to the end user.

Property Value

string

See Also

UserAgent