Click or drag to resize

ISolidFireElementListAuthSessionsByClusterAdmin Method (ListAuthSessionsByClusterAdminRequest)

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#
ListAuthSessionsResult ListAuthSessionsByClusterAdmin(
	ListAuthSessionsByClusterAdminRequest obj
)

Parameters

obj
Type: SolidFire.Element.ApiListAuthSessionsByClusterAdminRequest

Return Value

Type: ListAuthSessionsResult
See Also