📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
identity_data_plane
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/identity_data_plane/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: thin_association_authorization_response.cpython-39.pyc
a ���fz � @ 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 ZassociationResultZdecisionCacheDurationN)Z swagger_typesZ attribute_map� _responses�_association_result�_decision_cache_duration)�self�kwargs� r �j/usr/lib/python3.9/site-packages/oci/identity_data_plane/models/thin_association_authorization_response.py�__init__&