Show / Hide Table of Contents

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 Source

DeviceType

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.