Table of Contents

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 = 2

Accounts in any organizational directory.

MultiTenantPersonalMicrosoftAccounts = 4

Accounts in any organizational directory and personal Microsoft accounts.

PersonalMicrosoftAccounts = 3

Only personal Microsoft accounts.

SingleTenant = 1

Accounts in this organizational directory only.

Unknown = 0

The supported account type is unknown.