ruạṛ
a O��fr � @ 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� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�CredentialDetailsz* DiscoveryJob Credential Details. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new CredentialDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param credential_name: The value to assign to the credential_name property of this CredentialDetails. :type credential_name: str :param credential_type: The value to assign to the credential_type property of this CredentialDetails. :type credential_type: str :param properties: The value to assign to the properties property of this CredentialDetails. :type properties: oci.stack_monitoring.models.PropertyDetails �str�PropertyDetails)�credential_name�credential_type� properties�credentialName�credentialTyper N)� swagger_types� attribute_map�_credential_name�_credential_type�_properties)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/stack_monitoring/models/credential_details.py�__init__ s ��zCredentialDetails.__init__c C s | j S )z� **[Required]** Gets the credential_name of this CredentialDetails. Name of Credential :return: The credential_name of this CredentialDetails. :rtype: str �r �r r r r r 2 s z!CredentialDetails.credential_namec C s || _ dS )z� Sets the credential_name of this CredentialDetails. Name of Credential :param credential_name: The credential_name of this CredentialDetails. :type: str Nr )r r r r r r >