ruạṛ
a N��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 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 dd� Zdd� Zdd� ZdS ) �RoleSummaryz6 Details of a role fetched from the database. c K sZ dddddddd�| _ dddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new RoleSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param role_name: The value to assign to the role_name property of this RoleSummary. :type role_name: str :param authentication_type: The value to assign to the authentication_type property of this RoleSummary. :type authentication_type: str :param is_password_required: The value to assign to the is_password_required property of this RoleSummary. :type is_password_required: bool :param is_common: The value to assign to the is_common property of this RoleSummary. :type is_common: bool :param is_oracle_maintained: The value to assign to the is_oracle_maintained property of this RoleSummary. :type is_oracle_maintained: bool :param is_inherited: The value to assign to the is_inherited property of this RoleSummary. :type is_inherited: bool :param is_implicit: The value to assign to the is_implicit property of this RoleSummary. :type is_implicit: bool �str�bool)� role_name�authentication_type�is_password_required� is_common�is_oracle_maintained�is_inherited�is_implicit�roleName�authenticationType�isPasswordRequired�isCommon�isOracleMaintained�isInherited� isImplicitN) � swagger_types� attribute_map� _role_name�_authentication_type�_is_password_required� _is_common�_is_oracle_maintained� _is_inherited�_is_implicit)�self�kwargs� r"