📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
application_migration
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/application_migration/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: ocic_authorization_token_details.pyc
a N��f} � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�AuthorizationDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�OcicAuthorizationTokenDetailsz� Auth Token and endpoint to access Oracle Cloud Infrastructure - Classic, which is the source environment from which you want to migrate the application. c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS )a� Initializes a new OcicAuthorizationTokenDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.application_migration.models.OcicAuthorizationTokenDetails.type` attribute of this class is ``OCIC_IDCS`` 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 OcicAuthorizationTokenDetails. Allowed values for this property are: "OCIC", "INTERNAL_COMPUTE", "OCC", "OCIC_IDCS", "IMPORT" :type type: str :param client_app_url: The value to assign to the client_app_url property of this OcicAuthorizationTokenDetails. :type client_app_url: str :param access_token: The value to assign to the access_token property of this OcicAuthorizationTokenDetails. :type access_token: str �str)�type�client_app_url�access_tokenr �clientAppUrl�accessTokenN� OCIC_IDCS)� swagger_types� attribute_map�_type�_client_app_url� _access_token)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/application_migration/models/ocic_authorization_token_details.py�__init__ s ��z&OcicAuthorizationTokenDetails.__init__c C s | j S )a **[Required]** Gets the client_app_url of this OcicAuthorizationTokenDetails. AuthClient app url resource that the accesstoken is for. :return: The client_app_url of this OcicAuthorizationTokenDetails. :rtype: str �r �r r r r r 5 s z,OcicAuthorizationTokenDetails.client_app_urlc C s || _ dS )z� Sets the client_app_url of this OcicAuthorizationTokenDetails. AuthClient app url resource that the accesstoken is for. :param client_app_url: The client_app_url of this OcicAuthorizationTokenDetails. :type: str Nr )r r r r r r A s c C s | j S )z� **[Required]** Gets the access_token of this OcicAuthorizationTokenDetails. AccessToken to access the app endpoint. :return: The access_token of this OcicAuthorizationTokenDetails. :rtype: str �r r r r r r M s z*OcicAuthorizationTokenDetails.access_tokenc C s || _ dS )z� Sets the access_token of this OcicAuthorizationTokenDetails. AccessToken to access the app endpoint. :param access_token: The access_token of this OcicAuthorizationTokenDetails. :type: str Nr )r r r r r r Y s c C s t | �S �N)r r r r r �__repr__e s z&OcicAuthorizationTokenDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__h s z$OcicAuthorizationTokenDetails.__eq__c C s | |k S r r r r r r �__ne__n s z$OcicAuthorizationTokenDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r"