📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
identity
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/identity/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: o_auth2_client_credential_summary.cpython-39.pyc
a ���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� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�OAuth2ClientCredentialSummaryzq User can define Oauth clients in IAM, then use it to generate a token to grant access to app resources. �CREATING�ACTIVE�INACTIVE�DELETING�DELETEDc K sn dddddddddd� | _ ddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )aQ Initializes a new OAuth2ClientCredentialSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param scopes: The value to assign to the scopes property of this OAuth2ClientCredentialSummary. :type scopes: list[oci.identity.models.FullyQualifiedScope] :param user_id: The value to assign to the user_id property of this OAuth2ClientCredentialSummary. :type user_id: str :param expires_on: The value to assign to the expires_on property of this OAuth2ClientCredentialSummary. :type expires_on: datetime :param id: The value to assign to the id property of this OAuth2ClientCredentialSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this OAuth2ClientCredentialSummary. :type compartment_id: str :param name: The value to assign to the name property of this OAuth2ClientCredentialSummary. :type name: str :param description: The value to assign to the description property of this OAuth2ClientCredentialSummary. :type description: str :param lifecycle_state: The value to assign to the lifecycle_state property of this OAuth2ClientCredentialSummary. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this OAuth2ClientCredentialSummary. :type time_created: datetime zlist[FullyQualifiedScope]�strZdatetime) �scopes�user_id� expires_on�id�compartment_id�name�description�lifecycle_state�time_createdr ZuserIdZ expiresOnr Z compartmentIdr r ZlifecycleStateZtimeCreatedN)Z swagger_typesZ attribute_map�_scopes�_user_id�_expires_on�_id�_compartment_id�_name�_description�_lifecycle_state� _time_created)�self�kwargs� r! �Y/usr/lib/python3.9/site-packages/oci/identity/models/o_auth2_client_credential_summary.py�__init__&