public final class OwaspCrsExclusionEntryMatchVariable extends com.microsoft.rest.ExpandableStringEnum<OwaspCrsExclusionEntryMatchVariable>
| Modifier and Type | Field and Description |
|---|---|
static OwaspCrsExclusionEntryMatchVariable |
REQUEST_ARG_NAMES
Static value RequestArgNames for OwaspCrsExclusionEntryMatchVariable.
|
static OwaspCrsExclusionEntryMatchVariable |
REQUEST_COOKIE_NAMES
Static value RequestCookieNames for OwaspCrsExclusionEntryMatchVariable.
|
static OwaspCrsExclusionEntryMatchVariable |
REQUEST_HEADER_NAMES
Static value RequestHeaderNames for OwaspCrsExclusionEntryMatchVariable.
|
| Constructor and Description |
|---|
OwaspCrsExclusionEntryMatchVariable() |
| Modifier and Type | Method and Description |
|---|---|
static OwaspCrsExclusionEntryMatchVariable |
fromString(String name)
Creates or finds a OwaspCrsExclusionEntryMatchVariable from its string representation.
|
static Collection<OwaspCrsExclusionEntryMatchVariable> |
values() |
public static final OwaspCrsExclusionEntryMatchVariable REQUEST_HEADER_NAMES
public static final OwaspCrsExclusionEntryMatchVariable REQUEST_COOKIE_NAMES
public static final OwaspCrsExclusionEntryMatchVariable REQUEST_ARG_NAMES
public static OwaspCrsExclusionEntryMatchVariable fromString(String name)
name - a name to look forpublic static Collection<OwaspCrsExclusionEntryMatchVariable> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/