Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaWidgetConfigAccessSettings

Describes widget access settings.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaWidgetConfigAccessSettings
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 GoogleCloudDiscoveryengineV1alphaWidgetConfigAccessSettings : IDirectResponseSchema

Properties

AllowPublicAccess

Whether public unauthenticated access is allowed.

Declaration
[JsonProperty("allowPublicAccess")]
public virtual bool? AllowPublicAccess { get; set; }
Property Value
Type Description
bool?

AllowlistedDomains

List of domains that are allowed to integrate the search widget.

Declaration
[JsonProperty("allowlistedDomains")]
public virtual IList<string> AllowlistedDomains { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

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

EnableWebApp

Whether web app access is enabled.

Declaration
[JsonProperty("enableWebApp")]
public virtual bool? EnableWebApp { get; set; }
Property Value
Type Description
bool?

LanguageCode

Optional. Language code for user interface. Use language tags defined by BCP47. If unset, the default language code is "en-US".

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

WorkforceIdentityPoolProvider

Optional. The workforce identity pool provider used to access the widget.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX