Dashboard
PHP:
8.3.33
OS:
Linux
User:
letter7
/
/
usr
/
libexec
/
oracle-cloud-agent
/
plugins
/
osms
/
oci
/
apigateway
/
models
📤 Upload
📝 New File
📁 New Folder
Close
Editing: json_web_token_claim.pyc
a N��f) � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�JsonWebTokenClaimz" An individual JWT claim. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) af Initializes a new JsonWebTokenClaim object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this JsonWebTokenClaim. :type key: str :param values: The value to assign to the values property of this JsonWebTokenClaim. :type values: list[str] :param is_required: The value to assign to the is_required property of this JsonWebTokenClaim. :type is_required: bool �strz list[str]�bool)�key�values�is_requiredr r � isRequiredN)� swagger_types� attribute_map�_key�_values�_is_required)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/apigateway/models/json_web_token_claim.py�__init__ s ��zJsonWebTokenClaim.__init__c C s | j S )z� **[Required]** Gets the key of this JsonWebTokenClaim. Name of the claim. :return: The key of this JsonWebTokenClaim. :rtype: str �r �r r r r r 2 s zJsonWebTokenClaim.keyc C s || _ dS )z� Sets the key of this JsonWebTokenClaim. Name of the claim. :param key: The key of this JsonWebTokenClaim. :type: str Nr )r r r r r r >