Show / Hide Table of Contents

Enum AccessRuleCriteria.ConditionEnum

Namespace: Oci.WaasService.Models
Assembly: OCI.DotNetSDK.Waas.dll
Syntax
public enum AccessRuleCriteria.ConditionEnum

Fields

Name Description
CountryIs
CountryIsNot
HttpHeaderContains
HttpMethodIs
HttpMethodIsNot
IpInList
IpIs
IpIsNot
IpNotInList
UnknownEnumValue
UrlDoesNotMatchRegex
UrlDoesNotStartWith
UrlIs
UrlIsNot
UrlPartContains
UrlPartDoesNotContain
UrlPartDoesNotEndWith
UrlPartEndsWith
UrlRegex
UrlStartsWith
UserAgentIs
UserAgentIsNot
In this article
Back to top