File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
scaleway-async/scaleway_async/key_manager/v1alpha1
scaleway/scaleway/key_manager/v1alpha1 Expand file tree Collapse file tree 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(
515515 :param without_plaintext: Default value is `false`, meaning that the plaintext is returned.
516516 Set it to `true` if you do not wish the plaintext to be returned in the response object.
517517 :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.
519519 :return: :class:`DataKey <DataKey>`
520520
521521 Usage:
Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ class GenerateDataKeyRequest:
359359
360360 algorithm : Optional [DataKeyAlgorithmSymmetricEncryption ]
361361 """
362- Symmetric encryption algorithm of the data encryption key.
362+ Encryption algorithm of the data encryption key.
363363 """
364364
365365
Original file line number Diff line number Diff line change @@ -515,7 +515,7 @@ def generate_data_key(
515515 :param without_plaintext: Default value is `false`, meaning that the plaintext is returned.
516516 Set it to `true` if you do not wish the plaintext to be returned in the response object.
517517 :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.
519519 :return: :class:`DataKey <DataKey>`
520520
521521 Usage:
Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ class GenerateDataKeyRequest:
359359
360360 algorithm : Optional [DataKeyAlgorithmSymmetricEncryption ]
361361 """
362- Symmetric encryption algorithm of the data encryption key.
362+ Encryption algorithm of the data encryption key.
363363 """
364364
365365
You can’t perform that action at this time.
0 commit comments