ExternalAccountAutoCreationMode Enumeration

Specifies how external user accounts may be automatically created.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum ExternalAccountAutoCreationMode
Members
  Member nameValueDescription
None0External user accounts will not be automatically created.
Group1 Virtual external user accounts may be automatically created based on membership in external group accounts.
Open2 External user accounts (non-virtual) will be automatically created if federated authentication is successful.
See Also