ListAuthSessionsByUsernameRequest Class |
Namespace: SolidFire.Element.Api
public class ListAuthSessionsByUsernameRequest : RpcBase
The ListAuthSessionsByUsernameRequest type exposes the following members.
Name | Description | |
---|---|---|
ListAuthSessionsByUsernameRequest | Initializes a new instance of the ListAuthSessionsByUsernameRequest class |
Name | Description | |
---|---|---|
AuthMethod |
Authentication method of the user sessions to be listed.
Only a caller in the ClusterAdmins / Administrator AccessGroup can provide this parameter.
| |
Username |
Name that uniquely identifies the user.
When authMethod is Cluster, this specifies the ClusterAdmin username.
When authMethod is Ldap, this specifies the user's LDAP DN.
When authMethod is Idp, this may specify the user's IdP uid or NameID. If the IdP is not configured to return either, this specifies a random UUID issued when the session was created.
Only a caller in the ClusterAdmins / Administrator AccessGroup can provide this parameter.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.) |