Class GoogleCloudDiscoveryengineV1alphaWorkspaceSettings
Workspace settings for the end user.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaWorkspaceSettings : IDirectResponseSchema
Properties
CustomerDomainValid
Whether the calling user's customer domain matches the workspace data stores under this engine.
Declaration
[JsonProperty("customerDomainValid")]
public virtual bool? CustomerDomainValid { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WorkspaceAccessEnabled
Whether an end user has workspace access enabled.
Declaration
[JsonProperty("workspaceAccessEnabled")]
public virtual bool? WorkspaceAccessEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |