Class GoogleCloudDiscoveryengineV1alphaActionConfig
Informations to support actions on the connector.
Implements
Inherited Members
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? |