ruạṛ
a ���fe � @ 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 ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd� ZdS )�ProxyUserSummaryz& A summary of the proxy user. �YES�NO�#PROXY_MAY_ACTIVATE_ALL_CLIENT_ROLES� NO_CLIENT_ROLES_MAY_BE_ACTIVATED�PROXY_MAY_ACTIVATE_ROLE�PROXY_MAY_NOT_ACTIVATE_ROLEc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )aJ Initializes a new ProxyUserSummary 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 ProxyUserSummary. :type name: str :param authentication: The value to assign to the authentication property of this ProxyUserSummary. Allowed values for this property are: "YES", "NO", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type authentication: str :param flags: The value to assign to the flags property of this ProxyUserSummary. Allowed values for this property are: "PROXY_MAY_ACTIVATE_ALL_CLIENT_ROLES", "NO_CLIENT_ROLES_MAY_BE_ACTIVATED", "PROXY_MAY_ACTIVATE_ROLE", "PROXY_MAY_NOT_ACTIVATE_ROLE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type flags: str �str)�name�authentication�flagsr r r N)Z swagger_typesZ attribute_map�_name�_authentication�_flags)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/database_management/models/proxy_user_summary.py�__init__* s ��zProxyUserSummary.__init__c C s | j S )z� Gets the name of this ProxyUserSummary. The name of a proxy user or the name of the client user. :return: The name of this ProxyUserSummary. :rtype: str �r �r r r r r P s zProxyUserSummary.namec C s || _ dS )z� Sets the name of this ProxyUserSummary. The name of a proxy user or the name of the client user. :param name: The name of this ProxyUserSummary. :type: str Nr )r r r r r r \ s c C s | j S )a� Gets the authentication of this ProxyUserSummary. Indicates whether the proxy is required to supply the client credentials (YES) or not (NO). Allowed values for this property are: "YES", "NO", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The authentication of this ProxyUserSummary. :rtype: str )r r r r r r h s zProxyUserSummary.authenticationc C s ddg}t ||�sd}|| _dS )a Sets the authentication of this ProxyUserSummary. Indicates whether the proxy is required to supply the client credentials (YES) or not (NO). :param authentication: The authentication of this ProxyUserSummary. :type: str r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r w s c C s | j S )a� Gets the flags of this ProxyUserSummary. The flags associated with the proxy/client pair. Allowed values for this property are: "PROXY_MAY_ACTIVATE_ALL_CLIENT_ROLES", "NO_CLIENT_ROLES_MAY_BE_ACTIVATED", "PROXY_MAY_ACTIVATE_ROLE", "PROXY_MAY_NOT_ACTIVATE_ROLE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The flags of this ProxyUserSummary. :rtype: str )r r r r r r � s zProxyUserSummary.flagsc C s g d�}t ||�sd}|| _dS )z� Sets the flags of this ProxyUserSummary. The flags associated with the proxy/client pair. :param flags: The flags of this ProxyUserSummary. :type: str )r r r r r N)r r )r r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zProxyUserSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zProxyUserSummary.__eq__c C s | |k S r r r r r r �__ne__� s zProxyUserSummary.__ne__N)�__name__� __module__�__qualname__�__doc__ZAUTHENTICATION_YESZAUTHENTICATION_NOZ)FLAGS_PROXY_MAY_ACTIVATE_ALL_CLIENT_ROLESZ&FLAGS_NO_CLIENT_ROLES_MAY_BE_ACTIVATEDZFLAGS_PROXY_MAY_ACTIVATE_ROLEZ!FLAGS_PROXY_MAY_NOT_ACTIVATE_ROLEr �propertyr �setterr r r r"