Skip to content

Commit 25e4404

Browse files
author
Avi Ribchinsky
committed
Adding support for custom credentials.
1 parent 993f28e commit 25e4404

File tree

1 file changed

+6
-2
lines changed
  • modules/secrets-manager/src/main/java/com/ibm/cloud/secrets_manager_sdk/secrets_manager/v2

1 file changed

+6
-2
lines changed

modules/secrets-manager/src/main/java/com/ibm/cloud/secrets_manager_sdk/secrets_manager/v2/SecretsManager.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -641,9 +641,13 @@ public ServiceCall<SecretVersion> getSecretVersion(GetSecretVersionOptions getSe
641641
/**
642642
* Delete the data of a secret version.
643643
*
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.
645645
*
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.
647651
*
648652
* @param deleteSecretVersionDataOptions the {@link DeleteSecretVersionDataOptions} containing the options for the call
649653
* @return a {@link ServiceCall} with a void result

0 commit comments

Comments
 (0)