Skip to content

Commit ea4ea09

Browse files
feat(key_manager): add cli positional arguments and key usage doc (scaleway#546)
Co-authored-by: Laure-di <62625835+Laure-di@users.noreply.github.com>
1 parent 1caddea commit ea4ea09

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

scaleway-async/scaleway_async/key_manager/v1alpha1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

scaleway-async/scaleway_async/key_manager/v1alpha1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

scaleway/scaleway/key_manager/v1alpha1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

scaleway/scaleway/key_manager/v1alpha1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)