📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
apigateway
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/apigateway/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: custom_client_app_details.cpython-39.pyc
a ���f< � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ClientAppDetails� )�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 )�CustomClientAppDetailsz6 Client App Credentials to be provided again. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS ) aK Initializes a new CustomClientAppDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.apigateway.models.CustomClientAppDetails.type` attribute of this class is ``CUSTOM`` 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 CustomClientAppDetails. Allowed values for this property are: "VALIDATION_BLOCK", "CUSTOM" :type type: str :param client_id: The value to assign to the client_id property of this CustomClientAppDetails. :type client_id: str :param client_secret_id: The value to assign to the client_secret_id property of this CustomClientAppDetails. :type client_secret_id: str :param client_secret_version_number: The value to assign to the client_secret_version_number property of this CustomClientAppDetails. :type client_secret_version_number: int �str�int)�type� client_id�client_secret_id�client_secret_version_numberr ZclientIdZclientSecretIdZclientSecretVersionNumberNZCUSTOM)Z swagger_typesZ attribute_mapZ_type� _client_id�_client_secret_id�_client_secret_version_number)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/apigateway/models/custom_client_app_details.py�__init__ s ��zCustomClientAppDetails.__init__c C s | j S )z� **[Required]** Gets the client_id of this CustomClientAppDetails. Client ID for the OAuth2/OIDC app. :return: The client_id of this CustomClientAppDetails. :rtype: str �r �r r r r r >