Class SetMultipleKeyPoliciesResource
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.SetMultipleKeyPoliciesResource
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SetMultipleKeyPoliciesResource extends com.ibm.cloud.sdk.core.service.model.GenericModel
Properties that are associated with key level dual authorization delete policy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SetMultipleKeyPoliciesResource.Builder
Builder.static interface
SetMultipleKeyPoliciesResource.Type
Specifies the MIME type that represents the policy resource.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyPolicyDualAuthDeleteDualAuthDelete
dualAuthDelete()
Gets the dualAuthDelete.SetMultipleKeyPoliciesResource.Builder
newBuilder()
New builder.KeyPolicyRotationRotation
rotation()
Gets the rotation.String
type()
Gets the type.
-
-
-
Method Detail
-
newBuilder
public SetMultipleKeyPoliciesResource.Builder newBuilder()
New builder.- Returns:
- a SetMultipleKeyPoliciesResource builder
-
type
public String type()
Gets the type. Specifies the MIME type that represents the policy resource. Currently, only the default is supported.- Returns:
- the type
-
dualAuthDelete
public KeyPolicyDualAuthDeleteDualAuthDelete dualAuthDelete()
Gets the dualAuthDelete. Data associated with the dual authorization delete policy.- Returns:
- the dualAuthDelete
-
rotation
public KeyPolicyRotationRotation rotation()
Gets the rotation. Data associated with the automatic key rotation policy.- Returns:
- the rotation
-
-