AsymmetricEncryptedSecret Class
Represent the secrets intended for encryption with asymmetric key pair.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
AsymmetricEncryptedSecret
Constructor
AsymmetricEncryptedSecret(*, value: str, encryption_algorithm: Union[str, azure.mgmt.datab.models._data_box_edge_management_client_enums.EncryptionAlgorithm], encryption_cert_thumbprint: Optional[str] = None, **kwargs)
Parameters
- encryption_cert_thumbprint
- str
Required
Thumbprint certificate used to encrypt "Value". If the value is unencrypted, it will be null.
- encryption_algorithm
- str or <xref:azure.mgmt.databoxedge.v2020_12_01.models.EncryptionAlgorithm>
Required
Required. The algorithm used to encrypt "Value". Possible values include: "None", "AES256", "RSAES_PKCS1_v_1_5".
Feedback
Submit and view feedback for