📂 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_gitlab_server_access_token_connection_details.pyc
a N��f^ � @ 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 @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�.UpdateGitlabServerAccessTokenConnectionDetailsz� The details for updating a connection of the type `GITLAB_SERVER_ACCESS_TOKEN`. This type corresponds to a connection in GitLab self-hosted server that is authenticated with a personal access token. c K sj ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _dS )a� Initializes a new UpdateGitlabServerAccessTokenConnectionDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.UpdateGitlabServerAccessTokenConnectionDetails.connection_type` attribute of this class is ``GITLAB_SERVER_ACCESS_TOKEN`` 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 UpdateGitlabServerAccessTokenConnectionDetails. :type description: str :param display_name: The value to assign to the display_name property of this UpdateGitlabServerAccessTokenConnectionDetails. :type display_name: str :param connection_type: The value to assign to the connection_type property of this UpdateGitlabServerAccessTokenConnectionDetails. :type connection_type: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateGitlabServerAccessTokenConnectionDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateGitlabServerAccessTokenConnectionDetails. :type defined_tags: dict(str, dict(str, object)) :param access_token: The value to assign to the access_token property of this UpdateGitlabServerAccessTokenConnectionDetails. :type access_token: str :param base_url: The value to assign to the base_url property of this UpdateGitlabServerAccessTokenConnectionDetails. :type base_url: str :param tls_verify_config: The value to assign to the tls_verify_config property of this UpdateGitlabServerAccessTokenConnectionDetails. :type tls_verify_config: oci.devops.models.TlsVerifyConfig �strzdict(str, str)zdict(str, dict(str, object))�TlsVerifyConfig)�description�display_name�connection_type� freeform_tags�defined_tags�access_token�base_url�tls_verify_configr �displayName�connectionType�freeformTags�definedTags�accessToken�baseUrl�tlsVerifyConfigN�GITLAB_SERVER_ACCESS_TOKEN) � swagger_types� attribute_map�_description� _display_name�_connection_type�_freeform_tags� _defined_tags� _access_token� _base_url�_tls_verify_config)�self�kwargs� r'