ruạṛ
a O��f2 � @ 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� �Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd � Zd!S )"�(CreateConfigurationSourceProviderDetailsz? Creation details for a configuration source provider. c K sZ dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new CreateConfigurationSourceProviderDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.resource_manager.models.CreateGitlabAccessTokenConfigurationSourceProviderDetails` * :class:`~oci.resource_manager.models.CreateBitbucketCloudUsernameAppPasswordConfigurationSourceProviderDetails` * :class:`~oci.resource_manager.models.CreateGithubAccessTokenConfigurationSourceProviderDetails` * :class:`~oci.resource_manager.models.CreateBitbucketServerAccessTokenConfigurationSourceProviderDetails` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this CreateConfigurationSourceProviderDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateConfigurationSourceProviderDetails. :type display_name: str :param description: The value to assign to the description property of this CreateConfigurationSourceProviderDetails. :type description: str :param config_source_provider_type: The value to assign to the config_source_provider_type property of this CreateConfigurationSourceProviderDetails. :type config_source_provider_type: str :param private_server_config_details: The value to assign to the private_server_config_details property of this CreateConfigurationSourceProviderDetails. :type private_server_config_details: oci.resource_manager.models.PrivateServerConfigDetails :param freeform_tags: The value to assign to the freeform_tags property of this CreateConfigurationSourceProviderDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateConfigurationSourceProviderDetails. :type defined_tags: dict(str, dict(str, object)) �str�PrivateServerConfigDetailszdict(str, str)zdict(str, dict(str, object)))�compartment_id�display_name�description�config_source_provider_type�private_server_config_details� freeform_tags�defined_tags� compartmentId�displayNamer �configSourceProviderType�privateServerConfigDetails�freeformTags�definedTagsN) � swagger_types� attribute_map�_compartment_id� _display_name�_description�_config_source_provider_type�_private_server_config_details�_freeform_tags� _defined_tags)�self�kwargs� r! ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/resource_manager/models/create_configuration_source_provider_details.py�__init__ s. *�� z1CreateConfigurationSourceProviderDetails.__init__c C s@ | d }|dkrdS |dkr dS |dkr,dS |dkr8d S d S dS )z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r �GITLAB_ACCESS_TOKEN�9CreateGitlabAccessTokenConfigurationSourceProviderDetails�$BITBUCKET_CLOUD_USERNAME_APPPASSWORD�ICreateBitbucketCloudUsernameAppPasswordConfigurationSourceProviderDetails�GITHUB_ACCESS_TOKEN�9CreateGithubAccessTokenConfigurationSourceProviderDetails�BITBUCKET_SERVER_ACCESS_TOKEN�BCreateBitbucketServerAccessTokenConfigurationSourceProviderDetailsr Nr! )�object_dictionary�typer! r! r"