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
msrest.serialization.Model
AsymmetricEncryptedSecret

Constructor

AsymmetricEncryptedSecret(*, value: str, encryption_algorithm: str | EncryptionAlgorithm, encryption_cert_thumbprint: str | None = None, **kwargs)

Parameters

Name Description
value
Required
str

Required. The value of the secret.

encryption_cert_thumbprint
Required
str

Thumbprint certificate used to encrypt "Value". If the value is unencrypted, it will be null.

encryption_algorithm
Required

Required. The algorithm used to encrypt "Value". Possible values include: "None", "AES256", "RSAES_PKCS1_v_1_5".

Keyword-Only Parameters

Name Description
value
Required
encryption_algorithm
Required
encryption_cert_thumbprint
Required