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 = 1The account type is computer.
Contact = 2The account type is contact.
ForeignSecurityPrincipal = Computer | ContactThe account type is foreign security principal.
Group = 4The account type is group.
GroupManagedServiceAccount = Computer | GroupThe account type is group managed service account.
StandaloneManagedServiceAccount = Contact | GroupThe account type is standalone managed service account.
Unknown = 0The account type is unknown.
User = Computer | StandaloneManagedServiceAccountThe account type is user.