Class DeleteSecretOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.DeleteSecretOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteSecretOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe deleteSecret options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteSecretOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanforceDelete()Gets the forceDelete.Stringid()Gets the id.DeleteSecretOptions.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public DeleteSecretOptions.Builder newBuilder()
New builder.- Returns:
- a DeleteSecretOptions builder
-
id
public String id()
Gets the id. The UUID that uniquely identifies your secret.- Returns:
- the id
-
forceDelete
public Boolean forceDelete()
Gets the forceDelete. Set to `true` to force delete the secret. Available only for custom credentials secret type.- Returns:
- the forceDelete
-
-