📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
key_management
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/key_management/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: key.pyc
a O��f�U � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Z e jd3d2� �Z ed4d5� �Z!e!jd6d5� �Z!ed7d8� �Z"e"jd9d8� �Z"ed:d;� �Z#e#jd<d;� �Z#ed=d>� �Z$e$jd?d>� �Z$d@dA� Z%dBdC� Z&dDdE� Z'dFS )G�Keyz Key model. �HSM�SOFTWARE�CREATING�ENABLING�ENABLED� DISABLING�DISABLED�DELETING�DELETED�PENDING_DELETION�SCHEDULING_DELETION�CANCELLING_DELETION�UPDATING�BACKUP_IN_PROGRESS� RESTORINGc K s� dddddddddddddddd�| _ d d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a| Initializes a new Key object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this Key. :type compartment_id: str :param current_key_version: The value to assign to the current_key_version property of this Key. :type current_key_version: str :param defined_tags: The value to assign to the defined_tags property of this Key. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this Key. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this Key. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this Key. :type id: str :param key_shape: The value to assign to the key_shape property of this Key. :type key_shape: oci.key_management.models.KeyShape :param protection_mode: The value to assign to the protection_mode property of this Key. Allowed values for this property are: "HSM", "SOFTWARE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type protection_mode: str :param lifecycle_state: The value to assign to the lifecycle_state property of this Key. Allowed values for this property are: "CREATING", "ENABLING", "ENABLED", "DISABLING", "DISABLED", "DELETING", "DELETED", "PENDING_DELETION", "SCHEDULING_DELETION", "CANCELLING_DELETION", "UPDATING", "BACKUP_IN_PROGRESS", "RESTORING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this Key. :type time_created: datetime :param time_of_deletion: The value to assign to the time_of_deletion property of this Key. :type time_of_deletion: datetime :param vault_id: The value to assign to the vault_id property of this Key. :type vault_id: str :param restored_from_key_id: The value to assign to the restored_from_key_id property of this Key. :type restored_from_key_id: str :param replica_details: The value to assign to the replica_details property of this Key. :type replica_details: oci.key_management.models.KeyReplicaDetails :param is_primary: The value to assign to the is_primary property of this Key. :type is_primary: bool �strzdict(str, dict(str, object))zdict(str, str)�KeyShape�datetime�KeyReplicaDetails�bool)�compartment_id�current_key_version�defined_tags�display_name� freeform_tags�id� key_shape�protection_mode�lifecycle_state�time_created�time_of_deletion�vault_id�restored_from_key_id�replica_details� is_primary� compartmentId�currentKeyVersion�definedTags�displayName�freeformTagsr �keyShape�protectionMode�lifecycleState�timeCreated�timeOfDeletion�vaultId�restoredFromKeyId�replicaDetails� isPrimaryN)� swagger_types� attribute_map�_compartment_id�_current_key_version� _defined_tags� _display_name�_freeform_tags�_id� _key_shape�_protection_mode�_lifecycle_state� _time_created�_time_of_deletion� _vault_id�_restored_from_key_id�_replica_details�_is_primary)�self�kwargs� rK ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/key_management/models/key.py�__init__L s^ G��zKey.__init__c C s | j S )z� **[Required]** Gets the compartment_id of this Key. The OCID of the compartment that contains this master encryption key. :return: The compartment_id of this Key. :rtype: str �r: �rI rK rK rL r � s zKey.compartment_idc C s || _ dS )z� Sets the compartment_id of this Key. The OCID of the compartment that contains this master encryption key. :param compartment_id: The compartment_id of this Key. :type: str NrN )rI r rK rK rL r � s c C s | j S )a� **[Required]** Gets the current_key_version of this Key. The OCID of the key version used in cryptographic operations. During key rotation, the service might be in a transitional state where this or a newer key version are used intermittently. The `currentKeyVersion` property is updated when the service is guaranteed to use the new key version for all subsequent encryption operations. :return: The current_key_version of this Key. :rtype: str �r; rO rK rK rL r � s zKey.current_key_versionc C s || _ dS )a� Sets the current_key_version of this Key. The OCID of the key version used in cryptographic operations. During key rotation, the service might be in a transitional state where this or a newer key version are used intermittently. The `currentKeyVersion` property is updated when the service is guaranteed to use the new key version for all subsequent encryption operations. :param current_key_version: The current_key_version of this Key. :type: str NrP )rI r rK rK rL r � s c C s | j S )a� Gets the defined_tags of this Key. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this Key. :rtype: dict(str, dict(str, object)) �r<