Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::UserStore.
Configures metadata that is used for End User entities.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#default_license_config
def default_license_config() -> ::String-
(::String) — Optional. The default subscription
LicenseConfig for the
UserStore, if
UserStore.enable_license_auto_register
is true, new users will automatically register under the default
subscription.
If default LicenseConfig doesn't have remaining license seats left, new users will not be assigned with license and will be blocked for Vertex AI Search features. This is used if
license_assignment_tier_rulesis not configured.
#default_license_config=
def default_license_config=(value) -> ::String-
value (::String) — Optional. The default subscription
LicenseConfig for the
UserStore, if
UserStore.enable_license_auto_register
is true, new users will automatically register under the default
subscription.
If default LicenseConfig doesn't have remaining license seats left, new users will not be assigned with license and will be blocked for Vertex AI Search features. This is used if
license_assignment_tier_rulesis not configured.
-
(::String) — Optional. The default subscription
LicenseConfig for the
UserStore, if
UserStore.enable_license_auto_register
is true, new users will automatically register under the default
subscription.
If default LicenseConfig doesn't have remaining license seats left, new users will not be assigned with license and will be blocked for Vertex AI Search features. This is used if
license_assignment_tier_rulesis not configured.
#display_name
def display_name() -> ::String- (::String) — The display name of the User Store.
#display_name=
def display_name=(value) -> ::String- value (::String) — The display name of the User Store.
- (::String) — The display name of the User Store.
#enable_expired_license_auto_update
def enable_expired_license_auto_update() -> ::Boolean- (::Boolean) — Optional. Whether to enable license auto update for users in this User Store. If true, users with expired licenses will automatically be updated to use the default license config as long as the default license config has seats left.
#enable_expired_license_auto_update=
def enable_expired_license_auto_update=(value) -> ::Boolean- value (::Boolean) — Optional. Whether to enable license auto update for users in this User Store. If true, users with expired licenses will automatically be updated to use the default license config as long as the default license config has seats left.
- (::Boolean) — Optional. Whether to enable license auto update for users in this User Store. If true, users with expired licenses will automatically be updated to use the default license config as long as the default license config has seats left.
#enable_license_auto_register
def enable_license_auto_register() -> ::Boolean- (::Boolean) — Optional. Whether to enable license auto register for users in this User Store. If true, new users will automatically register under the default license config as long as the default license config has seats left.
#enable_license_auto_register=
def enable_license_auto_register=(value) -> ::Boolean- value (::Boolean) — Optional. Whether to enable license auto register for users in this User Store. If true, new users will automatically register under the default license config as long as the default license config has seats left.
- (::Boolean) — Optional. Whether to enable license auto register for users in this User Store. If true, new users will automatically register under the default license config as long as the default license config has seats left.
#name
def name() -> ::String-
(::String) — Immutable. The full resource name of the User Store, in the format of
projects/{project}/locations/{location}/userStores/{user_store}.This field must be a UTF-8 encoded string with a length limit of 1024 characters.
#name=
def name=(value) -> ::String-
value (::String) — Immutable. The full resource name of the User Store, in the format of
projects/{project}/locations/{location}/userStores/{user_store}.This field must be a UTF-8 encoded string with a length limit of 1024 characters.
-
(::String) — Immutable. The full resource name of the User Store, in the format of
projects/{project}/locations/{location}/userStores/{user_store}.This field must be a UTF-8 encoded string with a length limit of 1024 characters.