Class EndpointControlPolicy
Defines project/location level endpoint control policy.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class EndpointControlPolicy : IDirectResponseSchema
Properties
AllowedOrigins
Optional. The allowed HTTP(s) origins that tools in the App are able to directly call. The enforcement depends on the value of enforcement_scope and the VPC-SC status of the project. If a port number is not provided, all ports will be allowed. Otherwise, the port number must match exactly. For example, "https://example.com" will match "https://example.com:443" and any other port. "https://example.com:443" will only match "https://example.com:443".
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 |
EnforcementScope
Optional. The scope in which this policy's allowed_origins list is enforced.
Declaration
[JsonProperty("enforcementScope")]
public virtual string EnforcementScope { get; set; }
Property Value
| Type | Description |
|---|---|
| string |