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
Edit a secret's metadata such as name, tag(s)and description. The secret to update is specified by the `secret_id` and `region` parameters.
260
+
Edit a secret's metadata such as name, tag(s), description and ephemeral policy. The secret to update is specified by the `secret_id` and `region` parameters.
264
261
:param region: Region to target. If none is passed will use default region from the config.
265
262
:param secret_id: ID of the secret.
266
263
:param name: Secret's updated name (optional).
267
264
:param tags: Secret's updated list of tags (optional).
268
265
:param description: Description of the secret.
269
266
:param path: Path of the folder.
270
267
(Optional.) Location of the folder in the directory structure. If not specified, the path is `/`.
268
+
:param ephemeral_policy_template: Ephemeral policy of the secret.
269
+
(Optional.) Policy that defines whether/when a secret's versions expire.
:param ephemeral_status: Ephemeral status of the version.
922
+
(Optional.) Status that defines the version's expiration date, whether it expires after being accessed once, and the action to perform (disable or delete) once the version expires.
0 commit comments