ruạṛ
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�PublicKeySet� )�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 d d� Z dd� Zdd� ZdS )�RemoteJsonWebKeySetz� A set of public keys that is retrieved at run-time from a remote location to verify the JWT signature. The set should only contain JWK-formatted keys. c K sB ddddd�| _ ddddd�| _d | _d | _d | _d | _d | _d S )a< Initializes a new RemoteJsonWebKeySet object with values from keyword arguments. The default value of the :py:attr:`~oci.apigateway.models.RemoteJsonWebKeySet.type` attribute of this class is ``REMOTE_JWKS`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this RemoteJsonWebKeySet. Allowed values for this property are: "STATIC_KEYS", "REMOTE_JWKS" :type type: str :param uri: The value to assign to the uri property of this RemoteJsonWebKeySet. :type uri: str :param is_ssl_verify_disabled: The value to assign to the is_ssl_verify_disabled property of this RemoteJsonWebKeySet. :type is_ssl_verify_disabled: bool :param max_cache_duration_in_hours: The value to assign to the max_cache_duration_in_hours property of this RemoteJsonWebKeySet. :type max_cache_duration_in_hours: int �str�bool�int)�type�uri�is_ssl_verify_disabled�max_cache_duration_in_hoursr r �isSslVerifyDisabled�maxCacheDurationInHoursN�REMOTE_JWKS)� swagger_types� attribute_map�_type�_uri�_is_ssl_verify_disabled�_max_cache_duration_in_hours)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/apigateway/models/remote_json_web_key_set.py�__init__ s ��zRemoteJsonWebKeySet.__init__c C s | j S )z� **[Required]** Gets the uri of this RemoteJsonWebKeySet. The uri from which to retrieve the key. It must be accessible without authentication. :return: The uri of this RemoteJsonWebKeySet. :rtype: str �r �r r r r r >