📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
waas
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/waas/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: access_rule_criteria.cpython-39.pyc
a ���fJR � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdZdZdZdZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Z d&d'� Z!d(S ))�AccessRuleCriteriaz{ When defined, the parent challenge would be applied only for the requests that matched all the listed conditions. �URL_IS� URL_IS_NOT�URL_STARTS_WITH�URL_PART_ENDS_WITH�URL_PART_CONTAINS� URL_REGEX�URL_DOES_NOT_MATCH_REGEX�URL_DOES_NOT_START_WITH�URL_PART_DOES_NOT_CONTAIN�URL_PART_DOES_NOT_END_WITH�IP_IS� IP_IS_NOT� IP_IN_LIST�IP_NOT_IN_LIST�HTTP_HEADER_CONTAINS�HTTP_METHOD_IS�HTTP_METHOD_IS_NOT� COUNTRY_IS�COUNTRY_IS_NOT� USER_AGENT_IS�USER_AGENT_IS_NOTc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new AccessRuleCriteria object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param condition: The value to assign to the condition property of this AccessRuleCriteria. Allowed values for this property are: "URL_IS", "URL_IS_NOT", "URL_STARTS_WITH", "URL_PART_ENDS_WITH", "URL_PART_CONTAINS", "URL_REGEX", "URL_DOES_NOT_MATCH_REGEX", "URL_DOES_NOT_START_WITH", "URL_PART_DOES_NOT_CONTAIN", "URL_PART_DOES_NOT_END_WITH", "IP_IS", "IP_IS_NOT", "IP_IN_LIST", "IP_NOT_IN_LIST", "HTTP_HEADER_CONTAINS", "HTTP_METHOD_IS", "HTTP_METHOD_IS_NOT", "COUNTRY_IS", "COUNTRY_IS_NOT", "USER_AGENT_IS", "USER_AGENT_IS_NOT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type condition: str :param value: The value to assign to the value property of this AccessRuleCriteria. :type value: str :param is_case_sensitive: The value to assign to the is_case_sensitive property of this AccessRuleCriteria. :type is_case_sensitive: bool �str�bool)� condition�value�is_case_sensitiver r ZisCaseSensitiveN)Z swagger_typesZ attribute_map� _condition�_value�_is_case_sensitive)�self�kwargs� r&