Table of Contents

Enum DirectoryUserStatus

Namespace
Tharga.Team
Assembly
Tharga.Team.dll

Outcome of verifying a local user against the external directory (VerifyUserAsync(IUser, CancellationToken)).

public enum DirectoryUserStatus

Fields

Disabled = 2

The user exists in the directory but the account is disabled.

Found = 0

The user exists in the directory and the account is enabled.

NotFound = 1

The user does not exist in the directory (deleted or never existed).

NotLinked = 3

The local user could not be matched to a directory user: no directory id is stored and no directory user matches the user's email.