authSessionInfo
The authSessionInfo
object contains information about an auth session.
Object members
This object contains the following members:
Name | Description | Type |
---|---|---|
|
List of access groups for the user. |
string array |
|
The type of authorization the cluster admin user has. Possible values:
|
string |
|
List of 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. |
integer array |
|
Time at which the session becomes invalid.This is set when the session is created and cannot be changed. |
string |
|
IdP configuration version when the session was created. |
integer |
|
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. |
string |
|
Time at which the session is created. |
string |
|
UUID for this session. |
UUID |
|
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 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. |
string |