IBM / keyprotect-go-client

Go SDK for interacting with the IBM Cloud KeyProtect service.
Apache License 2.0
6 stars 29 forks source link

Add force delete option for KMIP object #128

Closed Giakhanh-Hoang closed 5 months ago

Giakhanh-Hoang commented 5 months ago

Adding new option parameter to DeleteKMIPObject() to allow for the force deletion of a KMIP object which will allow deletion regardless of any blocking conditions.

The new option parameter reuses what used to be DeleteKeyRingQueryOption, which is renamed to RequestOpt, to avoid duplicate code.