Show / Hide Table of Contents

Class GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders

Contextual headers configuration.

Inheritance
object
GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders
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.BeyondCorp.v1alpha.Data
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders : IDirectResponseSchema

Properties

DeviceInfo

Optional. The device information configuration.

Declaration
[JsonProperty("deviceInfo")]
public virtual GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDeviceInfo DeviceInfo { get; set; }
Property Value
Type Description
GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDeviceInfo

ETag

The ETag of the item.

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

GroupInfo

Optional. Group details.

Declaration
[JsonProperty("groupInfo")]
public virtual GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedGroupInfo GroupInfo { get; set; }
Property Value
Type Description
GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedGroupInfo

OutputType

Optional. Default output type for all enabled headers.

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

UserInfo

Optional. User details.

Declaration
[JsonProperty("userInfo")]
public virtual GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedUserInfo UserInfo { get; set; }
Property Value
Type Description
GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedUserInfo

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX