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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�AuthenticationFactorSettingsa' The SCIM protocol defines a standard set of query parameters that can be used to filter, sort, and paginate to return zero or more resources in a query response. Queries MAY be made against a single resource or a resource type endpoint (e.g., /Users), or the service provider Base URI. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a+ Initializes a new AuthenticationFactorSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param schemas: The value to assign to the schemas property of this AuthenticationFactorSettings. :type schemas: list[str] :param total_results: The value to assign to the total_results property of this AuthenticationFactorSettings. :type total_results: int :param resources: The value to assign to the resources property of this AuthenticationFactorSettings. :type resources: list[oci.identity_domains.models.AuthenticationFactorSetting] :param start_index: The value to assign to the start_index property of this AuthenticationFactorSettings. :type start_index: int :param items_per_page: The value to assign to the items_per_page property of this AuthenticationFactorSettings. :type items_per_page: int z list[str]�intz!list[AuthenticationFactorSetting])�schemas� total_results� resources�start_index�items_per_pager ZtotalResultsZ ResourcesZ startIndexZitemsPerPageN)Z swagger_typesZ attribute_map�_schemas�_total_results� _resources�_start_index�_items_per_page)�self�kwargs� r �^/usr/lib/python3.9/site-packages/oci/identity_domains/models/authentication_factor_settings.py�__init__ s"