File tree 4 files changed +4
-4
lines changed
scaleway/scaleway/key_manager/v1alpha1
scaleway-async/scaleway_async/key_manager/v1alpha1 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -515,7 +515,7 @@ async def generate_data_key(
515
515
:param without_plaintext: Default value is `false`, meaning that the plaintext is returned.
516
516
Set it to `true` if you do not wish the plaintext to be returned in the response object.
517
517
:param region: Region to target. If none is passed will use default region from the config.
518
- :param algorithm: Symmetric encryption algorithm of the data encryption key.
518
+ :param algorithm: Encryption algorithm of the data encryption key.
519
519
:return: :class:`DataKey <DataKey>`
520
520
521
521
Usage:
Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ class GenerateDataKeyRequest:
359
359
360
360
algorithm : Optional [DataKeyAlgorithmSymmetricEncryption ]
361
361
"""
362
- Symmetric encryption algorithm of the data encryption key.
362
+ Encryption algorithm of the data encryption key.
363
363
"""
364
364
365
365
Original file line number Diff line number Diff line change @@ -515,7 +515,7 @@ def generate_data_key(
515
515
:param without_plaintext: Default value is `false`, meaning that the plaintext is returned.
516
516
Set it to `true` if you do not wish the plaintext to be returned in the response object.
517
517
:param region: Region to target. If none is passed will use default region from the config.
518
- :param algorithm: Symmetric encryption algorithm of the data encryption key.
518
+ :param algorithm: Encryption algorithm of the data encryption key.
519
519
:return: :class:`DataKey <DataKey>`
520
520
521
521
Usage:
Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ class GenerateDataKeyRequest:
359
359
360
360
algorithm : Optional [DataKeyAlgorithmSymmetricEncryption ]
361
361
"""
362
- Symmetric encryption algorithm of the data encryption key.
362
+ Encryption algorithm of the data encryption key.
363
363
"""
364
364
365
365
You can’t perform that action at this time.
0 commit comments