Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1betaUserStore

Configures metadata that is used for End User entities.

Inheritance
object
GoogleCloudDiscoveryengineV1betaUserStore
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaUserStore : IDirectResponseSchema

Properties

DefaultLicenseConfig

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_rules is not configured.

Declaration
[JsonProperty("defaultLicenseConfig")]
public virtual string DefaultLicenseConfig { get; set; }
Property Value
Type Description
string

DisplayName

The display name of the User Store.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnableExpiredLicenseAutoUpdate

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.

Declaration
[JsonProperty("enableExpiredLicenseAutoUpdate")]
public virtual bool? EnableExpiredLicenseAutoUpdate { get; set; }
Property Value
Type Description
bool?

EnableLicenseAutoRegister

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.

Declaration
[JsonProperty("enableLicenseAutoRegister")]
public virtual bool? EnableLicenseAutoRegister { get; set; }
Property Value
Type Description
bool?

Name

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.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX