You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scaleway-async/scaleway_async/secret/v1beta1/api.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ async def create_secret(
81
81
:param type_: (Optional.) See the `Secret.Type` enum for a description of values. If not specified, the type is `Opaque`.
82
82
:param path: (Optional.) Location of the secret in the directory structure. If not specified, the path is `/`.
83
83
:param ephemeral_policy: (Optional.) Policy that defines whether/when a secret's versions expire. By default, the policy is applied to all the secret's versions.
84
-
:param key_id: (Optional.) The Scaleway's Key Manager key ID will be used to encrypt and decrypt secret versions. If not specified, the Secret Manager will use an internal key.
84
+
:param key_id: (Optional.) The Scaleway Key Manager key ID will be used to encrypt and decrypt secret versions. If not specified, Secret Manager will use a Key Manager internal key.
Copy file name to clipboardExpand all lines: scaleway-async/scaleway_async/secret/v1beta1/types.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -305,7 +305,7 @@ class Secret:
305
305
306
306
key_id: Optional[str]
307
307
"""
308
-
(Optional.) The Scaleway's Key Manager key ID used to encrypt and decrypt secret versions.
308
+
(Optional.) The Scaleway Key Manager key ID used to encrypt and decrypt secret versions.
309
309
"""
310
310
311
311
@@ -521,7 +521,7 @@ class CreateSecretRequest:
521
521
522
522
key_id: Optional[str]
523
523
"""
524
-
(Optional.) The Scaleway's Key Manager key ID will be used to encrypt and decrypt secret versions. If not specified, the Secret Manager will use an internal key.
524
+
(Optional.) The Scaleway Key Manager key ID will be used to encrypt and decrypt secret versions. If not specified, Secret Manager will use a Key Manager internal key.
Copy file name to clipboardExpand all lines: scaleway/scaleway/secret/v1beta1/api.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ def create_secret(
81
81
:param type_: (Optional.) See the `Secret.Type` enum for a description of values. If not specified, the type is `Opaque`.
82
82
:param path: (Optional.) Location of the secret in the directory structure. If not specified, the path is `/`.
83
83
:param ephemeral_policy: (Optional.) Policy that defines whether/when a secret's versions expire. By default, the policy is applied to all the secret's versions.
84
-
:param key_id: (Optional.) The Scaleway's Key Manager key ID will be used to encrypt and decrypt secret versions. If not specified, the Secret Manager will use an internal key.
84
+
:param key_id: (Optional.) The Scaleway Key Manager key ID will be used to encrypt and decrypt secret versions. If not specified, Secret Manager will use a Key Manager internal key.
Copy file name to clipboardExpand all lines: scaleway/scaleway/secret/v1beta1/types.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -305,7 +305,7 @@ class Secret:
305
305
306
306
key_id: Optional[str]
307
307
"""
308
-
(Optional.) The Scaleway's Key Manager key ID used to encrypt and decrypt secret versions.
308
+
(Optional.) The Scaleway Key Manager key ID used to encrypt and decrypt secret versions.
309
309
"""
310
310
311
311
@@ -521,7 +521,7 @@ class CreateSecretRequest:
521
521
522
522
key_id: Optional[str]
523
523
"""
524
-
(Optional.) The Scaleway's Key Manager key ID will be used to encrypt and decrypt secret versions. If not specified, the Secret Manager will use an internal key.
524
+
(Optional.) The Scaleway Key Manager key ID will be used to encrypt and decrypt secret versions. If not specified, Secret Manager will use a Key Manager internal key.
0 commit comments