AuthSessionInfo Properties |
The AuthSessionInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| AccessGroupList |
List of access groups for the user.
| |
| AuthMethod |
Method in which the cluster admin was authenticated.
| |
| ClusterAdminIDs |
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.
| |
| FinalTimeout |
Time at which the session becomes invalid.
This is set when the session is created and cannot be changed.
| |
| IdpConfigVersion |
IdP configuration version when the session was created.
| |
| LastAccessTimeout |
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.
| |
| SessionCreationTime |
Time at which the session was created.
| |
| SessionID |
UUID for this session.
| |
| Username |
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.
|