📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
identity
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/identity/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: swift_password.cpython-39.pyc
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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Zd!d"� Zd#d$� Zd%d&� Zd'S )(� SwiftPasswordas **Deprecated. Use :class:`AuthToken` instead.** Swift is the OpenStack object storage service. A `SwiftPassword` is an Oracle-provided password for using a Swift client with the Object Storage Service. This password is associated with the user's Console login. Swift passwords never expire. A user can have up to two Swift passwords at a time. **Note:** The password is always an Oracle-generated string; you can't change it to a string of your choice. For more information, see `Managing User Credentials`__. __ https://docs.cloud.oracle.com/Content/Identity/Tasks/managingcredentials.htm �CREATING�ACTIVE�INACTIVE�DELETING�DELETEDc K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )a Initializes a new SwiftPassword 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 SwiftPassword. :type password: str :param id: The value to assign to the id property of this SwiftPassword. :type id: str :param user_id: The value to assign to the user_id property of this SwiftPassword. :type user_id: str :param description: The value to assign to the description property of this SwiftPassword. :type description: str :param time_created: The value to assign to the time_created property of this SwiftPassword. :type time_created: datetime :param expires_on: The value to assign to the expires_on property of this SwiftPassword. :type expires_on: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this SwiftPassword. 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 SwiftPassword. :type inactive_status: int �strZdatetime�int)�password�id�user_id�description�time_created� expires_on�lifecycle_state�inactive_statusr r ZuserIdr ZtimeCreatedZ expiresOnZlifecycleStateZinactiveStatusN) Z swagger_typesZ attribute_map� _password�_id�_user_id�_description� _time_created�_expires_on�_lifecycle_state�_inactive_status)�self�kwargs� r �F/usr/lib/python3.9/site-packages/oci/identity/models/swift_password.py�__init__0 s4 )��zSwiftPassword.__init__c C s | j S )a+ Gets the password of this SwiftPassword. The Swift password. The value is available only in the response for `CreateSwiftPassword`, and not for `ListSwiftPasswords` or `UpdateSwiftPassword`. :return: The password of this SwiftPassword. :rtype: str �r �r r r r! r w s zSwiftPassword.passwordc C s || _ dS )a2 Sets the password of this SwiftPassword. The Swift password. The value is available only in the response for `CreateSwiftPassword`, and not for `ListSwiftPasswords` or `UpdateSwiftPassword`. :param password: The password of this SwiftPassword. :type: str Nr# )r r r r r! r � s c C s | j S )z� Gets the id of this SwiftPassword. The OCID of the Swift password. :return: The id of this SwiftPassword. :rtype: str �r r$ r r r! r � s zSwiftPassword.idc C s || _ dS )z� Sets the id of this SwiftPassword. The OCID of the Swift password. :param id: The id of this SwiftPassword. :type: str Nr% )r r r r r! r � s c C s | j S )z� Gets the user_id of this SwiftPassword. The OCID of the user the password belongs to. :return: The user_id of this SwiftPassword. :rtype: str �r r$ r r r! r � s zSwiftPassword.user_idc C s || _ dS )z� Sets the user_id of this SwiftPassword. The OCID of the user the password belongs to. :param user_id: The user_id of this SwiftPassword. :type: str Nr&