📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
identity_data_plane
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/identity_data_plane/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: credential_authenticator_info.cpython-39.pyc
a ���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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�CredentialAuthenticatorInfoz, CredentialAuthenticatorInfo model. c K sn dddddddddd� | _ dddddd d ddd� | _d | _d | _d | _d | _d | _d | _d | _d | _ d | _ d S )ak Initializes a new CredentialAuthenticatorInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param raw_credential: The value to assign to the raw_credential property of this CredentialAuthenticatorInfo. :type raw_credential: str :param user_id: The value to assign to the user_id property of this CredentialAuthenticatorInfo. :type user_id: str :param tenant_id: The value to assign to the tenant_id property of this CredentialAuthenticatorInfo. :type tenant_id: str :param user_name: The value to assign to the user_name property of this CredentialAuthenticatorInfo. :type user_name: str :param tenant_name: The value to assign to the tenant_name property of this CredentialAuthenticatorInfo. :type tenant_name: str :param credential_identifier: The value to assign to the credential_identifier property of this CredentialAuthenticatorInfo. :type credential_identifier: str :param credential_list: The value to assign to the credential_list property of this CredentialAuthenticatorInfo. :type credential_list: list[str] :param service: The value to assign to the service property of this CredentialAuthenticatorInfo. :type service: str :param client_id: The value to assign to the client_id property of this CredentialAuthenticatorInfo. :type client_id: str �strz list[str]) �raw_credential�user_id� tenant_id� user_name�tenant_name�credential_identifier�credential_list�service� client_idZ rawCredentialZuserIdZtenantIdZuserNameZ tenantNameZcredentialIdentifierZcredentialListr ZclientIdN)Z swagger_typesZ attribute_map�_raw_credential�_user_id� _tenant_id� _user_name�_tenant_name�_credential_identifier�_credential_list�_service� _client_id)�self�kwargs� r �`/usr/lib/python3.9/site-packages/oci/identity_data_plane/models/credential_authenticator_info.py�__init__ s: +� �z$CredentialAuthenticatorInfo.__init__c C s | j S )z� **[Required]** Gets the raw_credential of this CredentialAuthenticatorInfo. The raw credential. :return: The raw_credential of this CredentialAuthenticatorInfo. :rtype: str �r �r r r r r ^ s z*CredentialAuthenticatorInfo.raw_credentialc C s || _ dS )z� Sets the raw_credential of this CredentialAuthenticatorInfo. The raw credential. :param raw_credential: The raw_credential of this CredentialAuthenticatorInfo. :type: str Nr )r r r r r r j s c C s | j S )z� **[Required]** Gets the user_id of this CredentialAuthenticatorInfo. The id of the user. :return: The user_id of this CredentialAuthenticatorInfo. :rtype: str �r r r r r r v s z#CredentialAuthenticatorInfo.user_idc C s || _ dS )z� Sets the user_id of this CredentialAuthenticatorInfo. The id of the user. :param user_id: The user_id of this CredentialAuthenticatorInfo. :type: str Nr! )r r r r r r � s c C s | j S )z� **[Required]** Gets the tenant_id of this CredentialAuthenticatorInfo. The id of the tenant. :return: The tenant_id of this CredentialAuthenticatorInfo. :rtype: str �r r r r r r � s z%CredentialAuthenticatorInfo.tenant_idc C s || _ dS )z� Sets the tenant_id of this CredentialAuthenticatorInfo. The id of the tenant. :param tenant_id: The tenant_id of this CredentialAuthenticatorInfo. :type: str Nr"