Click or drag to resize

SolidFireElementListAuthSessionsByClusterAdminAsync Method (ListAuthSessionsByClusterAdminRequest, CancellationToken)

List all auth sessions associated with the specified ClusterAdminID. If the specified ClusterAdminID maps to a group of users, all auth sessions for all members of that group will be listed.

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

Parameters

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

Return Value

Type: TaskListAuthSessionsResult

Implements

ISolidFireElementListAuthSessionsByClusterAdminAsync(ListAuthSessionsByClusterAdminRequest, CancellationToken)
See Also