Discovery Engine V1 API - Class Google::Cloud::DiscoveryEngine::V1::UserLicense (v2.3.0)

Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::UserLicense.

User License information assigned by the admin.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#last_login_time

def last_login_time() -> ::Google::Protobuf::Timestamp
Returns

#license_assignment_state

def license_assignment_state() -> ::Google::Cloud::DiscoveryEngine::V1::UserLicense::LicenseAssignmentState
Returns

#license_config

def license_config() -> ::String
Returns
  • (::String) — Optional. The full resource name of the Subscription(LicenseConfig) assigned to the user.

#license_config=

def license_config=(value) -> ::String
Parameter
  • value (::String) — Optional. The full resource name of the Subscription(LicenseConfig) assigned to the user.
Returns
  • (::String) — Optional. The full resource name of the Subscription(LicenseConfig) assigned to the user.

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns

#user_principal

def user_principal() -> ::String
Returns
  • (::String) — 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_principal=

def user_principal=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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

def user_profile() -> ::String
Returns
  • (::String) — Optional. The user profile. We user user full name(First name + Last name) as user profile.

#user_profile=

def user_profile=(value) -> ::String
Parameter
  • value (::String) — Optional. The user profile. We user user full name(First name + Last name) as user profile.
Returns
  • (::String) — Optional. The user profile. We user user full name(First name + Last name) as user profile.