Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1WidgetConfigBatchAuthStatus

Describes the batch authorization status for a batch_authorization_group.

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

Properties

BatchAuthorizationGroup

Output only. The batch authorization group the placeholder belongs to.

Declaration
[JsonProperty("batchAuthorizationGroup")]
public virtual string BatchAuthorizationGroup { get; set; }
Property Value
Type Description
string

ConnectorAuthState

Output only. The current authorization state for this connector.

Declaration
[JsonProperty("connectorAuthState")]
public virtual GoogleCloudDiscoveryengineV1WidgetConfigConnectorAuthState ConnectorAuthState { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1WidgetConfigConnectorAuthState

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Placeholder

Output only. It is the batch authorization group placeholder full resource name. This is not a real data connector (not existed in DataConnector table in spanner). It's a resource name existing only in the connector_authorization in the user table. E.g. projects/{project}/locations/{location}/collections/oauth_placeholder_google_workspace/dataStores/dataConnector.

Declaration
[JsonProperty("placeholder")]
public virtual string Placeholder { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX