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, 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 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