📂 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
›
devops
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/devops/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_bitbucket_cloud_app_password_connection_details.pyc
a N��ft � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�UpdateConnectionDetails� )�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 )�0UpdateBitbucketCloudAppPasswordConnectionDetailsz� The details for updating a connection of the type `BITBUCKET_CLOUD_APP_PASSWORD`. This type corresponds to a connection in Bitbucket Cloud that is authenticated with username and app password. c K s` dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d | _dS )a� Initializes a new UpdateBitbucketCloudAppPasswordConnectionDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.UpdateBitbucketCloudAppPasswordConnectionDetails.connection_type` attribute of this class is ``BITBUCKET_CLOUD_APP_PASSWORD`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param description: The value to assign to the description property of this UpdateBitbucketCloudAppPasswordConnectionDetails. :type description: str :param display_name: The value to assign to the display_name property of this UpdateBitbucketCloudAppPasswordConnectionDetails. :type display_name: str :param connection_type: The value to assign to the connection_type property of this UpdateBitbucketCloudAppPasswordConnectionDetails. :type connection_type: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateBitbucketCloudAppPasswordConnectionDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateBitbucketCloudAppPasswordConnectionDetails. :type defined_tags: dict(str, dict(str, object)) :param username: The value to assign to the username property of this UpdateBitbucketCloudAppPasswordConnectionDetails. :type username: str :param app_password: The value to assign to the app_password property of this UpdateBitbucketCloudAppPasswordConnectionDetails. :type app_password: str �strzdict(str, str)zdict(str, dict(str, object)))�description�display_name�connection_type� freeform_tags�defined_tags�username�app_passwordr �displayName�connectionType�freeformTags�definedTagsr �appPasswordN�BITBUCKET_CLOUD_APP_PASSWORD) � swagger_types� attribute_map�_description� _display_name�_connection_type�_freeform_tags� _defined_tags� _username� _app_password)�self�kwargs� r"