Click or drag to resize

SolidFireElementListAuthSessionsByUsernameAsync Method (ListAuthSessionsByUsernameRequest, CancellationToken)

Lists all auth sessions for the given user. A caller not in AccessGroup ClusterAdmins / Administrator privileges may only list their own sessions. A caller with ClusterAdmins / Administrator privileges may list sessions belonging to any user.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListAuthSessionsResult> ListAuthSessionsByUsernameAsync(
	ListAuthSessionsByUsernameRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiListAuthSessionsByUsernameRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskListAuthSessionsResult

Implements

ISolidFireElementListAuthSessionsByUsernameAsync(ListAuthSessionsByUsernameRequest, CancellationToken)
See Also