Class PageRuleActionsCacheKeyFieldsUser
Inheritance
System.Object
PageRuleActionsCacheKeyFieldsUser
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Cloudflare.Outputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class PageRuleActionsCacheKeyFieldsUser
Fields
View SourceDeviceType
true - classifies a request as “mobile”, “desktop”, or “tablet” based on the User Agent; defaults to false.
Declaration
public readonly bool? DeviceType
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Geo
true - includes the client’s country, derived from the IP address; defaults to false.
Declaration
public readonly bool? Geo
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Lang
true - includes the first language code contained in the Accept-Language header sent by the client; defaults to false.
Declaration
public readonly bool? Lang
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |