Enum EntraApplicationSupportedAccountTypes
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The supported account type of an Entra directory application.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum EntraApplicationSupportedAccountTypes
Fields
MultiTenant = 2Accounts in any organizational directory.
MultiTenantPersonalMicrosoftAccounts = 4Accounts in any organizational directory and personal Microsoft accounts.
PersonalMicrosoftAccounts = 3Only personal Microsoft accounts.
SingleTenant = 1Accounts in this organizational directory only.
Unknown = 0The supported account type is unknown.