ISolidFireElement.GetCurrentClusterAdminAsync Method |
GetCurrentClusterAdmin returns information about the calling ClusterAdmin.
If the authMethod in the return value is Ldap or Idp, then other fields in the return value may contain data aggregated from multiple LdapAdmins or IdpAdmins, respectively.
Namespace:
SolidFire.Element.Api
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
SyntaxTask<GetCurrentClusterAdminResult> GetCurrentClusterAdminAsync(
CancellationToken cancellationToken
)
Parameters
- cancellationToken
- Type: System.Threading.CancellationToken
Return Value
Type:
Task<GetCurrentClusterAdminResult>
See Also