AsymmetricEncryptedSecret Class
Represent the secrets intended for encryption with asymmetric key pair.
All required parameters must be populated in order to send to server.
Constructor
AsymmetricEncryptedSecret(*, value: str, encryption_algorithm: str | _models.EncryptionAlgorithm, encryption_cert_thumbprint: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
value
|
The value of the secret. Required. |
|
encryption_cert_thumbprint
|
Thumbprint certificate used to encrypt "Value". If the value is unencrypted, it will be null. Default value: None
|
|
encryption_algorithm
|
The algorithm used to encrypt "Value". Required. Known values are: "None", "AES256", and "RSAES_PKCS1_v_1_5". |
Variables
| Name | Description |
|---|---|
|
value
|
The value of the secret. Required. |
|
encryption_cert_thumbprint
|
Thumbprint certificate used to encrypt "Value". If the value is unencrypted, it will be null. |
|
encryption_algorithm
|
The algorithm used to encrypt "Value". Required. Known values are: "None", "AES256", and "RSAES_PKCS1_v_1_5". |