Share via


UserDomainType Enum

Definition

Types of user domains supported.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))]
public enum UserDomainType
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))>]
type UserDomainType = 
Public Enum UserDomainType
Inheritance
UserDomainType
Attributes

Fields

Federated 2

Federated domains don’t support mixed mode. Users created have to be linked to an on premises directory account with their immutable ids.

Managed 1

Password sync directories support mixed mode i.e. users that are cloud only or directory synced from an on premises directory.

None 0

Default - None.

Applies to