📂 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: create_gitlab_server_access_token_connection_details.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateConnectionDetails� )�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 )�.CreateGitlabServerAccessTokenConnectionDetailsz� The details for creating 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 st dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )aS Initializes a new CreateGitlabServerAccessTokenConnectionDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.CreateGitlabServerAccessTokenConnectionDetails.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 CreateGitlabServerAccessTokenConnectionDetails. :type description: str :param display_name: The value to assign to the display_name property of this CreateGitlabServerAccessTokenConnectionDetails. :type display_name: str :param project_id: The value to assign to the project_id property of this CreateGitlabServerAccessTokenConnectionDetails. :type project_id: str :param connection_type: The value to assign to the connection_type property of this CreateGitlabServerAccessTokenConnectionDetails. :type connection_type: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateGitlabServerAccessTokenConnectionDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateGitlabServerAccessTokenConnectionDetails. :type defined_tags: dict(str, dict(str, object)) :param access_token: The value to assign to the access_token property of this CreateGitlabServerAccessTokenConnectionDetails. :type access_token: str :param base_url: The value to assign to the base_url property of this CreateGitlabServerAccessTokenConnectionDetails. :type base_url: str :param tls_verify_config: The value to assign to the tls_verify_config property of this CreateGitlabServerAccessTokenConnectionDetails. :type tls_verify_config: oci.devops.models.TlsVerifyConfig �strzdict(str, str)zdict(str, dict(str, object))�TlsVerifyConfig) �description�display_name� project_id�connection_type� freeform_tags�defined_tags�access_token�base_url�tls_verify_configr �displayName� projectId�connectionType�freeformTags�definedTags�accessToken�baseUrl�tlsVerifyConfigN�GITLAB_SERVER_ACCESS_TOKEN)� swagger_types� attribute_map�_description� _display_name�_project_id�_connection_type�_freeform_tags� _defined_tags� _access_token� _base_url�_tls_verify_config)�self�kwargs� r* ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/create_gitlab_server_access_token_connection_details.py�__init__ s<