📂 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
›
stack_monitoring
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/stack_monitoring/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: plain_text_credentials.pyc
a O��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�MonitoredResourceCredential� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�PlainTextCredentialszU Plain text credentials [indicated by the type property in CredentialStore]. c K sV ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d| _d S )aa Initializes a new PlainTextCredentials object with values from keyword arguments. The default value of the :py:attr:`~oci.stack_monitoring.models.PlainTextCredentials.credential_type` attribute of this class is ``PLAINTEXT`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param source: The value to assign to the source property of this PlainTextCredentials. :type source: str :param name: The value to assign to the name property of this PlainTextCredentials. :type name: str :param type: The value to assign to the type property of this PlainTextCredentials. :type type: str :param description: The value to assign to the description property of this PlainTextCredentials. :type description: str :param credential_type: The value to assign to the credential_type property of this PlainTextCredentials. Allowed values for this property are: "EXISTING", "PLAINTEXT", "ENCRYPTED" :type credential_type: str :param properties: The value to assign to the properties property of this PlainTextCredentials. :type properties: list[oci.stack_monitoring.models.CredentialProperty] �strzlist[CredentialProperty])�source�name�type�description�credential_type� propertiesr r r r �credentialTyper N� PLAINTEXT)� swagger_types� attribute_map�_source�_name�_type�_description�_credential_type�_properties)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/stack_monitoring/models/plain_text_credentials.py�__init__ s* !� � zPlainTextCredentials.__init__c C s | j S )a? **[Required]** Gets the properties of this PlainTextCredentials. The credential properties list. Credential property values will be either in plain text format. :return: The properties of this PlainTextCredentials. :rtype: list[oci.stack_monitoring.models.CredentialProperty] �r �r r r r r J s zPlainTextCredentials.propertiesc C s || _ dS )a9 Sets the properties of this PlainTextCredentials. The credential properties list. Credential property values will be either in plain text format. :param properties: The properties of this PlainTextCredentials. :type: list[oci.stack_monitoring.models.CredentialProperty] Nr )r r r r r r V s c C s t | �S �N)r r r r r �__repr__b s zPlainTextCredentials.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__e s zPlainTextCredentials.__eq__c C s | |k S r! r r$ r r r �__ne__k s zPlainTextCredentials.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr"