Module: Google::Cloud::DiscoveryEngine::V1::UserLicense::LicenseAssignmentState
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/user_license.rb
Overview
License assignment state enumeration.
Constant Summary collapse
- LICENSE_ASSIGNMENT_STATE_UNSPECIFIED =
Default value.
0
- ASSIGNED =
License assigned to the user.
1
- UNASSIGNED =
No license assigned to the user. Deprecated, translated to NO_LICENSE.
2
- NO_LICENSE =
No license assigned to the user.
3
- NO_LICENSE_ATTEMPTED_LOGIN =
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).
4