Click or drag to resize

AuthSessionInfo Properties

The AuthSessionInfo type exposes the following members.

Properties
  NameDescription
Public propertyAccessGroupList
List of access groups for the user.
Public propertyAuthMethod
Method in which the cluster admin was authenticated.
Public propertyClusterAdminIDs
Cluster AdminID(s) associated with this session. For sessions related to LDAP or a third party Identity Provider (IdP), this will be an aggregate list of matching Cluster AdminIDs associated with this session.
Public propertyFinalTimeout
Time at which the session becomes invalid. This is set when the session is created and cannot be changed.
Public propertyIdpConfigVersion
IdP configuration version when the session was created.
Public propertyLastAccessTimeout
Time at which the session becomes invalid due to inactivity. It is set to a new value when the session is accessed for use, up to the time where the session becomes invalid due to finalTimeout being reached.
Public propertySessionCreationTime
Time at which the session was created.
Public propertySessionID
UUID for this session.
Public propertyUsername
Username associated with this session. For sessions related to LDAP this will be the user's LDAP DN. For sessions related to a third party Identity Provider (IdP), this will be an arbitrary name-value pair that will be used for auditing operations within the session. It will not necessarily match a cluster admin name on the cluster. For example, a SAML Subject NameID, but this will be dictated by the configuration of the IdP and the resultant content of the SAML assertion.
Top
See Also