Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaActionConfig

Informations to support actions on the connector.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaActionConfig
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.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaActionConfig : IDirectResponseSchema

Properties

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX