Session Properties

The Session type exposes the following members.

Properties
  NameDescription
Public propertyAccountDisplayName
Gets the display name of the Account associated with the session.
Public propertyAccountId
Gets the ID of the Account associated with the session.
Public propertyAccountName
Gets the unique name of the Account associated with the session.
Public propertyAllowedIPAddresses
Gets the allowed IP addresses and ranges of the session.
Public propertyApplicationPrivilegeIds
Gets the IDs of application privileges effectively granted to the session.
Public propertyCreatedTime
Gets the time (UTC) the Session was created.
Public propertyCulture
Gets the culture associated with the session.
Public propertyCustomAttributes
Gets the effective custom attributes associated with the session.
Public propertyExternalGroupAccountMembershipIds
Gets the IDs of non-Windows external group accounts which contain the account associated with the session.
Public propertyGroupMembershipIds
Gets the IDs of groups which contain the account associated with the session.
Public propertyId
Gets the unique identifier of the session.
Public propertyIsAdministrator
Gets a value indicating whether the session has system administrator privileges.
Public propertyIsAnonymousAccount
Gets a value indicating whether the session represents the anonymous account.
Public propertyIsApiAccount
Gets a value indicating whether the session corresponds to an API account.
Public propertyIsSeatReserved
Gets a value indicating whether the session corresponds to a reserved seat.
Public propertyIsTenantAdministrator
Gets a value indicating whether the session has administrative privileges for the associated tenant.
Public propertyIsWindowsAccount
Gets a value indicating whether the session corresponds to a Windows account.
Public propertyLogOnToken
Gets the log on token of the session.
Public propertySeatKind
Gets the kind of seat associated with the session.
Public propertySeatPoolId
Gets the ID of the tenant whose seat pool was used to create the session.
Public propertySessionKind
Gets the kind of the session.
Public propertyTenantId
Gets the ID of the tenant associated with the session.
Public propertyTimeZone
Gets the time zone associated with the session.
Public propertyUserData
Gets the user data associated with the session.
Public propertyWindowsGroupAccountMembershipIds
Gets the IDs of windows group accounts which contain the account associated with the session.
Top
See Also