Class HttpOptions
HTTP options for the running workstations.
Implements
Inherited Members
Namespace: Google.Apis.CloudWorkstations.v1beta.Data
Assembly: Google.Apis.CloudWorkstations.v1beta.dll
Syntax
public class HttpOptions : IDirectResponseSchema
Properties
AllowedUnauthenticatedCorsPreflightRequests
Optional. By default, the workstations service makes sure that all requests to the workstation are authenticated. CORS preflight requests do not include cookies or custom headers, and so are considered unauthenticated and blocked by the workstations service. Enabling this option allows these unauthenticated CORS preflight requests through to the workstation, where it becomes the responsibility of the destination server in the workstation to validate the request.
Declaration
[JsonProperty("allowedUnauthenticatedCorsPreflightRequests")]
public virtual bool? AllowedUnauthenticatedCorsPreflightRequests { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |