Class GoogleCloudDiscoveryengineV1alphaActionConfig
Informations to support actions on the connector.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaActionConfig : IDirectResponseSchemaProperties
ActionParams
Required. Params needed to support actions in the format of (Key, Value) pairs. Required parameters for
sources that support OAUTH, i.e. gmail, google_calendar, jira, workday, salesforce, confluence:
- Key: client_id* Value: type STRING. The client ID for the service provider to identify your application. * Key:client_secret* Value:type STRING. The client secret generated by the application's authorization server.
Declaration
[JsonProperty("actionParams")]
public virtual IDictionary<string, object> ActionParams { get; set; }Property Value
| Type | Description | 
|---|---|
| IDictionary<string, object> | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
IsActionConfigured
Output only. The connector contains the necessary parameters and is configured to support actions.
Declaration
[JsonProperty("isActionConfigured")]
public virtual bool? IsActionConfigured { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | 
ServiceName
Optional. The Service Directory resource name (projects//locations//namespaces//services/) representing
a VPC network endpoint used to connect to the data source's instance_uri, defined in DataConnector.params.
Required when VPC Service Controls are enabled.
Declaration
[JsonProperty("serviceName")]
public virtual string ServiceName { get; set; }Property Value
| Type | Description | 
|---|---|
| string |