Table of Contents

Enum ActiveDirectoryAccountReferenceAccountType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

The type of referenced account.

[TypeConverter(typeof(GlobalizedEnumConverter))]
[Flags]
public enum ActiveDirectoryAccountReferenceAccountType

Fields

Computer = 1

The account type is computer.

Contact = 2

The account type is contact.

ForeignSecurityPrincipal = Computer | Contact

The account type is foreign security principal.

Group = 4

The account type is group.

GroupManagedServiceAccount = Computer | Group

The account type is group managed service account.

StandaloneManagedServiceAccount = Contact | Group

The account type is standalone managed service account.

Unknown = 0

The account type is unknown.

User = Computer | StandaloneManagedServiceAccount

The account type is user.