📂 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
›
key_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/key_management/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: oauth_metadata.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )� OauthMetadatazh Authorization details required to get access token from IDP for accessing protected resources. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new OauthMetadata object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param idcs_account_name_url: The value to assign to the idcs_account_name_url property of this OauthMetadata. :type idcs_account_name_url: str :param client_app_id: The value to assign to the client_app_id property of this OauthMetadata. :type client_app_id: str :param client_app_secret: The value to assign to the client_app_secret property of this OauthMetadata. :type client_app_secret: str �str)�idcs_account_name_url� client_app_id�client_app_secretZidcsAccountNameUrlZclientAppIdZclientAppSecretN)Z swagger_typesZ attribute_map�_idcs_account_name_url�_client_app_id�_client_app_secret)�self�kwargs� r �L/usr/lib/python3.9/site-packages/oci/key_management/models/oauth_metadata.py�__init__ s ��zOauthMetadata.__init__c C s | j S )z� **[Required]** Gets the idcs_account_name_url of this OauthMetadata. Base URL of the IDCS account where confidential client app is created. :return: The idcs_account_name_url of this OauthMetadata. :rtype: str �r �r r r r r 4 s z#OauthMetadata.idcs_account_name_urlc C s || _ dS )a Sets the idcs_account_name_url of this OauthMetadata. Base URL of the IDCS account where confidential client app is created. :param idcs_account_name_url: The idcs_account_name_url of this OauthMetadata. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the client_app_id of this OauthMetadata. ID of the client app created in IDP. :return: The client_app_id of this OauthMetadata. :rtype: str �r r r r r r L s zOauthMetadata.client_app_idc C s || _ dS )z� Sets the client_app_id of this OauthMetadata. ID of the client app created in IDP. :param client_app_id: The client_app_id of this OauthMetadata. :type: str Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the client_app_secret of this OauthMetadata. Secret of the client app created in IDP. :return: The client_app_secret of this OauthMetadata. :rtype: str �r r r r r r d s zOauthMetadata.client_app_secretc C s || _ dS )z� Sets the client_app_secret of this OauthMetadata. Secret of the client app created in IDP. :param client_app_secret: The client_app_secret of this OauthMetadata. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zOauthMetadata.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zOauthMetadata.__eq__c C s | |k S r r r r r r �__ne__� s zOauthMetadata.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"