a O•ºfŠã@s8ddlmZmZmZddlmZeGdd„deƒƒZdS)é)Úformatted_flat_dictÚ NONE_SENTINELÚ#value_allowed_none_or_none_sentinel)Úinit_model_state_from_kwargsc@sÆeZdZdZdZdZdZdZdZdd„Z e d d „ƒZ e j d d „ƒZ e d d „ƒZ e j dd „ƒZ e dd„ƒZej dd„ƒZe dd„ƒZej dd„ƒZe dd„ƒZej dd„ƒZdd„Zdd„Zdd„ZdS)Ú UIPassworda1 A text password that enables a user to sign in to the Console, the user interface for interacting with Oracle Cloud Infrastructure. For more information about user credentials, see `User Credentials`__. __ https://docs.cloud.oracle.com/Content/Identity/usercred/usercredentials.htm ÚCREATINGÚACTIVEÚINACTIVEÚDELETINGÚDELETEDcKsFddddddœ|_ddddd dœ|_d |_d |_d |_d |_d |_d S) ap Initializes a new UIPassword object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param password: The value to assign to the password property of this UIPassword. :type password: str :param user_id: The value to assign to the user_id property of this UIPassword. :type user_id: str :param time_created: The value to assign to the time_created property of this UIPassword. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this UIPassword. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param inactive_status: The value to assign to the inactive_status property of this UIPassword. :type inactive_status: int ÚstrÚdatetimeÚint)ÚpasswordÚuser_idÚ time_createdÚlifecycle_stateÚinactive_statusrÚuserIdÚ timeCreatedÚlifecycleStateÚinactiveStatusN)Ú swagger_typesÚ attribute_mapÚ _passwordÚ_user_idÚ _time_createdÚ_lifecycle_stateÚ_inactive_status)ÚselfÚkwargs©r!úƒ/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/identity/models/ui_password.pyÚ__init__)s"û ûzUIPassword.__init__cCs|jS)z¬ Gets the password of this UIPassword. The user's password for the Console. :return: The password of this UIPassword. :rtype: str ©r©rr!r!r"r[s zUIPassword.passwordcCs ||_dS)z³ Sets the password of this UIPassword. The user's password for the Console. :param password: The password of this UIPassword. :type: str Nr$)rrr!r!r"rgs cCs|jS)z› Gets the user_id of this UIPassword. The OCID of the user. :return: The user_id of this UIPassword. :rtype: str ©rr%r!r!r"rss zUIPassword.user_idcCs ||_dS)z¡ Sets the user_id of this UIPassword. The OCID of the user. :param user_id: The user_id of this UIPassword. :type: str Nr&)rrr!r!r"rs cCs|jS)a  Gets the time_created of this UIPassword. Date and time the password was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z` :return: The time_created of this UIPassword. :rtype: datetime ©rr%r!r!r"r‹s zUIPassword.time_createdcCs ||_dS)a Sets the time_created of this UIPassword. Date and time the password was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z` :param time_created: The time_created of this UIPassword. :type: datetime Nr')rrr!r!r"r™s cCs|jS)a Gets the lifecycle_state of this UIPassword. The password's current state. After creating a password, make sure its `lifecycleState` changes from CREATING to ACTIVE before using it. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The lifecycle_state of this UIPassword. :rtype: str )rr%r!r!r"r§szUIPassword.lifecycle_statecCs gd¢}t||ƒsd}||_dS)a4 Sets the lifecycle_state of this UIPassword. The password's current state. After creating a password, make sure its `lifecycleState` changes from CREATING to ACTIVE before using it. :param lifecycle_state: The lifecycle_state of this UIPassword. :type: str )rrr r r ÚUNKNOWN_ENUM_VALUEN)rr)rrÚallowed_valuesr!r!r"r·s  cCs|jS)zÅ Gets the inactive_status of this UIPassword. The detailed status of INACTIVE lifecycleState. :return: The inactive_status of this UIPassword. :rtype: int ©rr%r!r!r"rÇs zUIPassword.inactive_statuscCs ||_dS)zÓ Sets the inactive_status of this UIPassword. The detailed status of INACTIVE lifecycleState. :param inactive_status: The inactive_status of this UIPassword. :type: int Nr*)rrr!r!r"rÓs cCst|ƒS©N)rr%r!r!r"Ú__repr__ßszUIPassword.__repr__cCs|dur dS|j|jkS)NF)Ú__dict__©rÚotherr!r!r"Ú__eq__âszUIPassword.__eq__cCs ||k Sr+r!r.r!r!r"Ú__ne__èszUIPassword.__ne__N)Ú__name__Ú __module__Ú __qualname__Ú__doc__ÚLIFECYCLE_STATE_CREATINGÚLIFECYCLE_STATE_ACTIVEÚLIFECYCLE_STATE_INACTIVEÚLIFECYCLE_STATE_DELETINGÚLIFECYCLE_STATE_DELETEDr#ÚpropertyrÚsetterrrrrr,r0r1r!r!r!r"r s< 2          rN)Úoci.utilrrrÚoci.decoratorsrÚobjectrr!r!r!r"Ús