ExternalAccountAutoCreationSeatMode Enumeration |
Specifies with what seat mode 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 ExternalAccountAutoCreationSeatMode
Public Enumeration ExternalAccountAutoCreationSeatMode
public enum class ExternalAccountAutoCreationSeatMode
type ExternalAccountAutoCreationSeatMode
Members
| Member name | Value | Description |
---|
| Floating | 0 | External user accounts will be automatically created with a floating seat. |
| Reserved | 1 | External user accounts will be automatically created with a reserved seat. |
See Also