Class GoogleCloudDiscoveryengineV1WorkspaceConfig
Config to store data store type configuration for workspace data
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1WorkspaceConfig : IDirectResponseSchema
Properties
DasherCustomerId
Obfuscated Dasher customer ID.
Declaration
[JsonProperty("dasherCustomerId")]
public virtual string DasherCustomerId { 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 |
SuperAdminEmailAddress
Optional. The super admin email address for the workspace that will be used for access token generation. For now we only use it for Native Google Drive connector data ingestion.
Declaration
[JsonProperty("superAdminEmailAddress")]
public virtual string SuperAdminEmailAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
SuperAdminServiceAccount
Optional. The super admin service account for the workspace that will be used for access token generation. For now we only use it for Native Google Drive connector data ingestion.
Declaration
[JsonProperty("superAdminServiceAccount")]
public virtual string SuperAdminServiceAccount { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The Google Workspace data source.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |