Click or drag to resize

SolidFireElementDeleteAuthSessionsByClusterAdminAsync Method (DeleteAuthSessionsByClusterAdminRequest, CancellationToken)

Deletes 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 deleted. To see the list of sessions that could be deleted, use ListAuthSessionsByClusterAdmin with the same parameter.

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

Parameters

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

Return Value

Type: TaskDeleteAuthSessionsResult

Implements

ISolidFireElementDeleteAuthSessionsByClusterAdminAsync(DeleteAuthSessionsByClusterAdminRequest, CancellationToken)
See Also