Click or drag to resize

SolidFireElementDeleteAuthSessionsByClusterAdminAsync Method

Overload List
  NameDescription
Public methodDeleteAuthSessionsByClusterAdminAsync(CancellationToken, Int64)
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.
Public methodDeleteAuthSessionsByClusterAdminAsync(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.
Top
See Also