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: modules/secrets-manager/src/main/java/com/ibm/cloud/secrets_manager_sdk/secrets_manager/v2/SecretsManager.java
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -641,9 +641,13 @@ public ServiceCall<SecretVersion> getSecretVersion(GetSecretVersionOptions getSe
641
641
/**
642
642
* Delete the data of a secret version.
643
643
*
644
-
* Delete the data of a secret version by specifying the ID of the version.
644
+
* Delete the data of a secret version by specifying its version ID.
645
645
*
646
-
* This operation is available for secret type: iam_credentials current version.
646
+
* This operation is available for the following secret types:
647
+
*
648
+
* `iam_credentials`: current version only
649
+
*
650
+
* `custom_credentials`: both current and previous versions.
647
651
*
648
652
* @param deleteSecretVersionDataOptions the {@link DeleteSecretVersionDataOptions} containing the options for the call
649
653
* @return a {@link ServiceCall} with a void result
0 commit comments