Discovery Engine v1 API - Enum UserLicense.Types.LicenseAssignmentState (1.8.0)

public enum UserLicense.Types.LicenseAssignmentState

Reference documentation and code samples for the Discovery Engine v1 API enum UserLicense.Types.LicenseAssignmentState.

License assignment state enumeration.

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Fields

Name Description
Assigned

License assigned to the user.

NoLicense

No license assigned to the user.

NoLicenseAttemptedLogin

User attempted to login but no license assigned to the user. This state is only used for no user first time login attempt but cannot get license assigned. Users already logged in but cannot get license assigned will be assigned NO_LICENSE state(License could be unassigned by admin).

Unassigned

No license assigned to the user. Deprecated, translated to NO_LICENSE.

Unspecified

Default value.