Class GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders
Contextual headers configuration.
Implements
Inherited Members
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 |