Class GoogleCloudDiscoveryengineV1alphaGetConnectorSecretResponse
Response message for DataConnectorService.GetConnectorSecret.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaGetConnectorSecretResponse : IDirectResponseSchema
Properties
App
The app name of the associated Connector.
Declaration
[JsonProperty("app")]
public virtual string App { get; set; }
Property Value
Type | Description |
---|---|
string |
AuthorizationUri
The authorization uri for the data connector.
Declaration
[JsonProperty("authorizationUri")]
public virtual string AuthorizationUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ClientId
The client id of the associated Connector.
Declaration
[JsonProperty("clientId")]
public virtual string ClientId { 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 |
Instance
The instance name of the associated Connector.
Declaration
[JsonProperty("instance")]
public virtual string Instance { get; set; }
Property Value
Type | Description |
---|---|
string |
RedirectUri
The redirect url of the associated Connector.
Declaration
[JsonProperty("redirectUri")]
public virtual string RedirectUri { get; set; }
Property Value
Type | Description |
---|---|
string |
TenantId
The tenant id of the associated Connector.
Declaration
[JsonProperty("tenantId")]
public virtual string TenantId { get; set; }
Property Value
Type | Description |
---|---|
string |