SessionCreationParameters Class

Represents the properties of a session which is about to be created.
Inheritance Hierarchy
SystemObject
  Dundas.BI.AccountServicesSessionCreationParameters

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public class SessionCreationParameters

The SessionCreationParameters type exposes the following members.

Properties
  NameDescription
Public propertyAccount
Gets the account.
Public propertyAllowedIPAddresses
Gets a list containing the allowed IP addresses and ranges which will be associated with the session.
Public propertyApplicationPrivilegeIds
Gets the application privilege IDs.
Public propertyCreatedTime
Gets the time at which the session is created.
Public propertyCulture
Gets or sets the culture.
Public propertyCustomAttributes
Gets the custom attributes.
Public propertyExternalGroupAccountIds
Gets a list containing the IDs of any (non-Windows) external group accounts which will be associated with the session.
Public propertyFederatedAuthenticationProviderId
Gets the ID of the federated authentication provider which created the session.
Public propertyGroupIds
Gets a list containing the IDs of any group which will be associated with the session.
Public propertyId
Gets the ID of the session being created.
Public propertyImpersonatingSession
Gets the session which was used when creating this session if this is an impersonated session.
Public propertyIPAddress
Gets or sets the IP address.
Public propertyIsRecoveryModeSession
Gets a value indicating whether the session was created for "recovery mode".
Public propertyLogOnToken
Gets the log on token.
Public propertySeatKind
Gets the kind of the seat.
Public propertySeatPoolId
Gets the ID of the pool of seats from which the created session will draw.
Public propertySessionKind
Gets the kind of session which will be created.
Public propertyTenantId
Gets the ID of the tenant associated with the session.
Public propertyTimeZone
Gets or sets the time zone.
Public propertyUserData
Gets the user data.
Public propertyWindowsGroupIds
Gets a list containing the IDs of any Windows group accounts which will be associated with the session.
Top
Remarks
Extensions can modify the values of some of the properties by subscribing to the CreatingSession event hook.
See Also