📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
apigateway
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/apigateway/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: token_authentication_policy.pyc
a N��f2$ � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�AuthenticationPolicy� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�TokenAuthenticationPolicyz� Validate a token present in the header or query parameter. A valid policy must specify either tokenHeader or tokenQueryParam. c K sj ddddddddd�| _ ddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _dS )a� Initializes a new TokenAuthenticationPolicy object with values from keyword arguments. The default value of the :py:attr:`~oci.apigateway.models.TokenAuthenticationPolicy.type` attribute of this class is ``TOKEN_AUTHENTICATION`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param is_anonymous_access_allowed: The value to assign to the is_anonymous_access_allowed property of this TokenAuthenticationPolicy. :type is_anonymous_access_allowed: bool :param type: The value to assign to the type property of this TokenAuthenticationPolicy. Allowed values for this property are: "CUSTOM_AUTHENTICATION", "JWT_AUTHENTICATION", "TOKEN_AUTHENTICATION" :type type: str :param token_header: The value to assign to the token_header property of this TokenAuthenticationPolicy. :type token_header: str :param token_query_param: The value to assign to the token_query_param property of this TokenAuthenticationPolicy. :type token_query_param: str :param token_auth_scheme: The value to assign to the token_auth_scheme property of this TokenAuthenticationPolicy. :type token_auth_scheme: str :param max_clock_skew_in_seconds: The value to assign to the max_clock_skew_in_seconds property of this TokenAuthenticationPolicy. :type max_clock_skew_in_seconds: float :param validation_policy: The value to assign to the validation_policy property of this TokenAuthenticationPolicy. :type validation_policy: oci.apigateway.models.TokenAuthenticationValidationPolicy :param validation_failure_policy: The value to assign to the validation_failure_policy property of this TokenAuthenticationPolicy. :type validation_failure_policy: oci.apigateway.models.ValidationFailurePolicy �bool�str�float�#TokenAuthenticationValidationPolicy�ValidationFailurePolicy)�is_anonymous_access_allowed�type�token_header�token_query_param�token_auth_scheme�max_clock_skew_in_seconds�validation_policy�validation_failure_policy�isAnonymousAccessAllowedr �tokenHeader�tokenQueryParam�tokenAuthScheme�maxClockSkewInSeconds�validationPolicy�validationFailurePolicyN�TOKEN_AUTHENTICATION) � swagger_types� attribute_map�_is_anonymous_access_allowed�_type� _token_header�_token_query_param�_token_auth_scheme�_max_clock_skew_in_seconds�_validation_policy�_validation_failure_policy)�self�kwargs� r* ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/apigateway/models/token_authentication_policy.py�__init__ s6 )��z"TokenAuthenticationPolicy.__init__c C s | j S )z� Gets the token_header of this TokenAuthenticationPolicy. The name of the header containing the authentication token. :return: The token_header of this TokenAuthenticationPolicy. :rtype: str �r"