Show / Hide Table of Contents

Class ChannelProfileWebWidgetConfigSecuritySettings

Security settings for the web widget.

Inheritance
object
ChannelProfileWebWidgetConfigSecuritySettings
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.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class ChannelProfileWebWidgetConfigSecuritySettings : IDirectResponseSchema

Properties

AllowedOrigins

Optional. The origins that are allowed to host the web widget. An origin is defined by RFC 6454. If empty, all origins are allowed. A maximum of 100 origins is allowed. Example: "https://example.com"

Declaration
[JsonProperty("allowedOrigins")]
public virtual IList<string> AllowedOrigins { 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

EnableOriginCheck

Optional. Indicates whether origin check for the web widget is enabled. If true, the web widget will check the origin of the website that loads the web widget and only allow it to be loaded in the same origin or any of the allowed origins.

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

EnablePublicAccess

Optional. Indicates whether public access to the web widget is enabled. If true, the web widget will be publicly accessible. If false, the web widget must be integrated with your own authentication and authorization system to return valid credentials for accessing the CES agent.

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

EnableRecaptcha

Optional. Indicates whether reCAPTCHA verification for the web widget is enabled.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX