Class DualAuthDeleteProperties
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.DualAuthDeleteProperties
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DualAuthDeleteProperties extends com.ibm.cloud.sdk.core.service.model.GenericModel
User defined metadata that is associated with the `dualAuthDelete` instance policy type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DualAuthDeleteProperties.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
enabled()
Gets the enabled.DualAuthDeleteProperties.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public DualAuthDeleteProperties.Builder newBuilder()
New builder.- Returns:
- a DualAuthDeleteProperties builder
-
enabled
public Boolean enabled()
Gets the enabled. If set to `true`, Key Protect enables a dual authorization deletion policy for your service instance. By default, Key Protect requires only one authorization to delete a key. After you enable a dual authorization policy, any new key that you create or add to the instance will require an authorization from two users to delete keys. **Note:** This change does not affect existing keys in your instance.- Returns:
- the enabled
-
-