ruạṛ
a ���f� � @ 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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS )�EndpointCredentialsz[ An object containing credential details to authenticate/authorize a REST request. �NONE� BASIC_AUTH�STATIC_TOKEN� DYNAMIC_TOKENc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new EndpointCredentials object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param credential_type: The value to assign to the credential_type property of this EndpointCredentials. Allowed values for this property are: "NONE", "BASIC_AUTH", "STATIC_TOKEN", "DYNAMIC_TOKEN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type credential_type: str :param credential_name: The value to assign to the credential_name property of this EndpointCredentials. :type credential_name: str :param credential_endpoint: The value to assign to the credential_endpoint property of this EndpointCredentials. :type credential_endpoint: oci.log_analytics.models.CredentialEndpoint �strZCredentialEndpoint)�credential_type�credential_name�credential_endpointZcredentialTypeZcredentialNameZcredentialEndpointN)Z swagger_typesZ attribute_map�_credential_type�_credential_name�_credential_endpoint)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/log_analytics/models/endpoint_credentials.py�__init__"