str
Required. Immutable. The user principal of
the User, could be email address or other
prinical identifier. This field is immutable.
Admin assign licenses based on the user
principal.
user_profile
str
Optional. The user profile.
We user user full name(First name + Last name)
as user profile.
license_assignment_state
google.cloud.discoveryengine_v1.types.UserLicense.LicenseAssignmentState
Output only. License assignment state of the
user. If the user is assigned with a license
config, the user loggin will be assigned with
the license;
If the user's license assignment state is
unassigned or unspecified, no license config
will be associated to the user;
license_config
str
Optional. The full resource name of the
Subscription(LicenseConfig) assigned to the
user.
create_time
google.protobuf.timestamp_pb2.Timestamp
Output only. User created timestamp.
update_time
google.protobuf.timestamp_pb2.Timestamp
Output only. User update timestamp.
last_login_time
google.protobuf.timestamp_pb2.Timestamp
Output only. User last logged in time.
If the user has not logged in yet, this field
will be empty.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Class UserLicense (0.13.11)\n\nVersion latestkeyboard_arrow_down\n\n- [0.13.11 (latest)](/python/docs/reference/discoveryengine/latest/google.cloud.discoveryengine_v1.types.UserLicense)\n- [0.13.10](/python/docs/reference/discoveryengine/0.13.10/google.cloud.discoveryengine_v1.types.UserLicense)\n- [0.12.3](/python/docs/reference/discoveryengine/0.12.3/google.cloud.discoveryengine_v1.types.UserLicense)\n- [0.11.14](/python/docs/reference/discoveryengine/0.11.14/google.cloud.discoveryengine_v1.types.UserLicense)\n- [0.10.0](/python/docs/reference/discoveryengine/0.10.0/google.cloud.discoveryengine_v1.types.UserLicense)\n- [0.9.1](/python/docs/reference/discoveryengine/0.9.1/google.cloud.discoveryengine_v1.types.UserLicense)\n- [0.8.1](/python/docs/reference/discoveryengine/0.8.1/google.cloud.discoveryengine_v1.types.UserLicense)\n- [0.7.0](/python/docs/reference/discoveryengine/0.7.0/google.cloud.discoveryengine_v1.types.UserLicense)\n- [0.6.0](/python/docs/reference/discoveryengine/0.6.0/google.cloud.discoveryengine_v1.types.UserLicense)\n- [0.5.0](/python/docs/reference/discoveryengine/0.5.0/google.cloud.discoveryengine_v1.types.UserLicense)\n- [0.4.1](/python/docs/reference/discoveryengine/0.4.1/google.cloud.discoveryengine_v1.types.UserLicense)\n- [0.3.1](/python/docs/reference/discoveryengine/0.3.1/google.cloud.discoveryengine_v1.types.UserLicense)\n- [0.2.1](/python/docs/reference/discoveryengine/0.2.1/google.cloud.discoveryengine_v1.types.UserLicense)\n- [0.1.1](/python/docs/reference/discoveryengine/0.1.1/google.cloud.discoveryengine_v1.types.UserLicense) \n\n UserLicense(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nUser License information assigned by the admin.\n\nClasses\n-------\n\n### LicenseAssignmentState\n\n LicenseAssignmentState(value)\n\nLicense assignment state enumeration."]]