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 ZdZdZdZdd� 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� �Zdd� Zdd� Zdd� ZdS )�UserDetailsz+ The details of a particular user. �PASSWORD�NONEc K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )as Initializes a new UserDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this UserDetails. :type name: str :param status: The value to assign to the status property of this UserDetails. :type status: str :param profile: The value to assign to the profile property of this UserDetails. :type profile: str :param tablespace: The value to assign to the tablespace property of this UserDetails. :type tablespace: str :param is_user_predefined_by_oracle: The value to assign to the is_user_predefined_by_oracle property of this UserDetails. :type is_user_predefined_by_oracle: bool :param authentication_type: The value to assign to the authentication_type property of this UserDetails. Allowed values for this property are: "PASSWORD", "NONE" :type authentication_type: str �str�bool)�name�status�profile� tablespace�is_user_predefined_by_oracle�authentication_typer r r r ZisUserPredefinedByOracleZauthenticationTypeN)Z swagger_typesZ attribute_map�_name�_status�_profile�_tablespace�_is_user_predefined_by_oracle�_authentication_type)�self�kwargs� r �E/usr/lib/python3.9/site-packages/oci/data_safe/models/user_details.py�__init__ s( � � zUserDetails.__init__c C s | j S )z� Gets the name of this UserDetails. The name of the user. :return: The name of this UserDetails. :rtype: str �r �r r r r r R s zUserDetails.namec C s || _ dS )z� Sets the name of this UserDetails. The name of the user. :param name: The name of this UserDetails. :type: str Nr )r r r r r r ^ s c C s | j S )z� Gets the status of this UserDetails. The status of the user account. :return: The status of this UserDetails. :rtype: str �r r r r r r j s zUserDetails.statusc C s || _ dS )z� Sets the status of this UserDetails. The status of the user account. :param status: The status of this UserDetails. :type: str Nr )r r r r r r v s c C s | j S )z� Gets the profile of this UserDetails. The name of the profile assigned to the user. :return: The profile of this UserDetails. :rtype: str �r r r r r r � s zUserDetails.profilec C s || _ dS )z� Sets the profile of this UserDetails. The name of the profile assigned to the user. :param profile: The profile of this UserDetails. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the tablespace of this UserDetails. The default tablespace of the user. :return: The tablespace of this UserDetails. :rtype: str �r r r r r r � s zUserDetails.tablespacec C s || _ dS )z� Sets the tablespace of this UserDetails. The default tablespace of the user. :param tablespace: The tablespace of this UserDetails. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the is_user_predefined_by_oracle of this UserDetails. Indicates whether or not the user is predefined by ORACLE. :return: The is_user_predefined_by_oracle of this UserDetails. :rtype: bool �r r r r r r � s z(UserDetails.is_user_predefined_by_oraclec C s || _ dS )a Sets the is_user_predefined_by_oracle of this UserDetails. Indicates whether or not the user is predefined by ORACLE. :param is_user_predefined_by_oracle: The is_user_predefined_by_oracle of this UserDetails. :type: bool Nr! )r r r r r r � s c C s | j S )a Gets the authentication_type of this UserDetails. The authentication type of the user. Allowed values for this property are: "PASSWORD", "NONE" :return: The authentication_type of this UserDetails. :rtype: str )r r r r r r � s zUserDetails.authentication_typec C s* ddg}t ||�s td|� ���|| _dS )z� Sets the authentication_type of this UserDetails. The authentication type of the user. :param authentication_type: The authentication_type of this UserDetails. :type: str r r z@Invalid value for `authentication_type`, must be None or one of N)r � ValueErrorr )r r Zallowed_valuesr r r r � s �c C s t | �S �N)r r r r r �__repr__� s zUserDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zUserDetails.__eq__c C s | |k S r# r r&