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 )� ApiKeyUsera The user linked to the API key. **SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: immutable - required: false - returned: default - type: complex - uniqueness: none c K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) a" Initializes a new ApiKeyUser object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param value: The value to assign to the value property of this ApiKeyUser. :type value: str :param ocid: The value to assign to the ocid property of this ApiKeyUser. :type ocid: str :param ref: The value to assign to the ref property of this ApiKeyUser. :type ref: str :param display: The value to assign to the display property of this ApiKeyUser. :type display: str :param name: The value to assign to the name property of this ApiKeyUser. :type name: str �str)�value�ocid�ref�display�namer r z$refr r N)Z swagger_typesZ attribute_map�_value�_ocid�_ref�_display�_name)�self�kwargs� r �L/usr/lib/python3.9/site-packages/oci/identity_domains/models/api_key_user.py�__init__ s"