Class GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeaders
Contextual headers configuration.
Implements
Inherited Members
Namespace: Google.Apis.BeyondCorp.v1.Data
Assembly: Google.Apis.BeyondCorp.v1.dll
Syntax
public class GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeaders : IDirectResponseSchema
Properties
DeviceInfo
Optional. The device information configuration.
Declaration
[JsonProperty("deviceInfo")]
public virtual GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDeviceInfo DeviceInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDeviceInfo |
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 GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGroupInfo GroupInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGroupInfo |
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 GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedUserInfo UserInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedUserInfo |