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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ async def create_secret(
75
75
:param project_id: ID of the Project containing the secret.
76
76
:param tags: List of the secret's tags.
77
77
:param description: Description of the secret.
78
-
:param type_: (Optional.) See `Secret.Type` enum for description of values. If not specified, the type is `Opaque`.
78
+
:param type_: (Optional.) See the `Secret.Type` enum for a description of values. If not specified, the type is `Opaque`.
79
79
:param path: (Optional.) Location of the secret in the directory structure. If not specified, the path is `/`.
80
80
: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.
Copy file name to clipboardExpand all lines: scaleway/scaleway/secret/v1beta1/api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ def create_secret(
75
75
:param project_id: ID of the Project containing the secret.
76
76
:param tags: List of the secret's tags.
77
77
:param description: Description of the secret.
78
-
:param type_: (Optional.) See `Secret.Type` enum for description of values. If not specified, the type is `Opaque`.
78
+
:param type_: (Optional.) See the `Secret.Type` enum for a description of values. If not specified, the type is `Opaque`.
79
79
:param path: (Optional.) Location of the secret in the directory structure. If not specified, the path is `/`.
80
80
: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.
0 commit comments