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

value
str
Required

Required. The value of the secret.

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'