ruạṛ
a O��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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�$ThinAssociationAuthorizationResponsez5 ThinAssociationAuthorizationResponse model. �FAIL_UNKNOWN�FAIL_BAD_REQUEST�FAIL_MISSING_ENDORSE�FAIL_MISSING_ADMIT�SUCCESSc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ThinAssociationAuthorizationResponse object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param responses: The value to assign to the responses property of this ThinAssociationAuthorizationResponse. :type responses: list[oci.identity_data_plane.models.ThinAuthorizationResponse] :param association_result: The value to assign to the association_result property of this ThinAssociationAuthorizationResponse. Allowed values for this property are: "FAIL_UNKNOWN", "FAIL_BAD_REQUEST", "FAIL_MISSING_ENDORSE", "FAIL_MISSING_ADMIT", "SUCCESS" :type association_result: str :param decision_cache_duration: The value to assign to the decision_cache_duration property of this ThinAssociationAuthorizationResponse. :type decision_cache_duration: str zlist[ThinAuthorizationResponse]�str)� responses�association_result�decision_cache_durationr �associationResult�decisionCacheDurationN)� swagger_types� attribute_map� _responses�_association_result�_decision_cache_duration)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/identity_data_plane/models/thin_association_authorization_response.py�__init__$ s ��z-ThinAssociationAuthorizationResponse.__init__c C s | j S )a$ **[Required]** Gets the responses of this ThinAssociationAuthorizationResponse. The authorization responses. :return: The responses of this ThinAssociationAuthorizationResponse. :rtype: list[oci.identity_data_plane.models.ThinAuthorizationResponse] �r �r r r r r G s z.ThinAssociationAuthorizationResponse.responsesc C s || _ dS )a Sets the responses of this ThinAssociationAuthorizationResponse. The authorization responses. :param responses: The responses of this ThinAssociationAuthorizationResponse. :type: list[oci.identity_data_plane.models.ThinAuthorizationResponse] Nr )r r r r r r S s c C s | j S )a� **[Required]** Gets the association_result of this ThinAssociationAuthorizationResponse. The association verification result. Allowed values for this property are: "FAIL_UNKNOWN", "FAIL_BAD_REQUEST", "FAIL_MISSING_ENDORSE", "FAIL_MISSING_ADMIT", "SUCCESS" :return: The association_result of this ThinAssociationAuthorizationResponse. :rtype: str )r r r r r r _ s z7ThinAssociationAuthorizationResponse.association_resultc C s* g d�}t ||�s td�|���|| _dS )a Sets the association_result of this ThinAssociationAuthorizationResponse. The association verification result. :param association_result: The association_result of this ThinAssociationAuthorizationResponse. :type: str )r r r r r zBInvalid value for `association_result`, must be None or one of {0}N)r � ValueError�formatr )r r �allowed_valuesr r r r m s ��c C s | j S )z� Gets the decision_cache_duration of this ThinAssociationAuthorizationResponse. The decision cache duration. :return: The decision_cache_duration of this ThinAssociationAuthorizationResponse. :rtype: str �r r r r r r s z<ThinAssociationAuthorizationResponse.decision_cache_durationc C s || _ dS )a Sets the decision_cache_duration of this ThinAssociationAuthorizationResponse. The decision cache duration. :param decision_cache_duration: The decision_cache_duration of this ThinAssociationAuthorizationResponse. :type: str Nr! )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z-ThinAssociationAuthorizationResponse.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z+ThinAssociationAuthorizationResponse.__eq__c C s | |k S r"