Enum ActiveDirectoryManagedServiceAccountType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The Active Directory managed service account type.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum ActiveDirectoryManagedServiceAccountType
Fields
Group = 2The managed service account type is a group managed service account.
Standalone = 1The managed service account type is a stand-alone managed service account.
Unknown = 0The managed service account type is unknown.