📂 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: verify_data_details.pyc
a O��f)0 � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zd#d$� Zd%d&� Zd'd(� Zd)S )*�VerifyDataDetailsz" VerifyDataDetails model. �RAW�DIGEST�SHA_224_RSA_PKCS_PSS�SHA_256_RSA_PKCS_PSS�SHA_384_RSA_PKCS_PSS�SHA_512_RSA_PKCS_PSS�SHA_224_RSA_PKCS1_V1_5�SHA_256_RSA_PKCS1_V1_5�SHA_384_RSA_PKCS1_V1_5�SHA_512_RSA_PKCS1_V1_5� ECDSA_SHA_256� ECDSA_SHA_384� ECDSA_SHA_512c K sP ddddddd�| _ ddddddd�| _d | _d | _d | _d | _d | _d | _d S ) a� Initializes a new VerifyDataDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key_id: The value to assign to the key_id property of this VerifyDataDetails. :type key_id: str :param key_version_id: The value to assign to the key_version_id property of this VerifyDataDetails. :type key_version_id: str :param signature: The value to assign to the signature property of this VerifyDataDetails. :type signature: str :param message_type: The value to assign to the message_type property of this VerifyDataDetails. Allowed values for this property are: "RAW", "DIGEST" :type message_type: str :param message: The value to assign to the message property of this VerifyDataDetails. :type message: str :param signing_algorithm: The value to assign to the signing_algorithm property of this VerifyDataDetails. Allowed values for this property are: "SHA_224_RSA_PKCS_PSS", "SHA_256_RSA_PKCS_PSS", "SHA_384_RSA_PKCS_PSS", "SHA_512_RSA_PKCS_PSS", "SHA_224_RSA_PKCS1_V1_5", "SHA_256_RSA_PKCS1_V1_5", "SHA_384_RSA_PKCS1_V1_5", "SHA_512_RSA_PKCS1_V1_5", "ECDSA_SHA_256", "ECDSA_SHA_384", "ECDSA_SHA_512" :type signing_algorithm: str �str)�key_id�key_version_id� signature�message_type�message�signing_algorithm�keyId�keyVersionIdr �messageTyper �signingAlgorithmN)� swagger_types� attribute_map�_key_id�_key_version_id� _signature� _message_type�_message�_signing_algorithm)�self�kwargs� r) ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/key_management/models/verify_data_details.py�__init__D s( !� � zVerifyDataDetails.__init__c C s | j S )z� **[Required]** Gets the key_id of this VerifyDataDetails. The OCID of the key used to sign the message. :return: The key_id of this VerifyDataDetails. :rtype: str �r! �r'