Class InstancePolicyRotationPolicyData

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class InstancePolicyRotationPolicyData
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    User defined metadata that is associated with the `rotation` instance policy type.
    • Method Detail

      • enabled

        public Boolean enabled()
        Gets the enabled. If set to `true`, Key Protect enables the specified policy for your service instance. If set to `false`, Key Protect disables the specified policy for your service instance, and the policy will no longer affect Key Protect actions. **Note:** If a policy with attributes is disabled, all attributes are reset and are not retained.
        Returns:
        the enabled
      • attributes

        public InstancePolicyRotationPolicyDataAttributes attributes()
        Gets the attributes. Attributes of a `rotation` instance policy. Must be provided if the `enabled` field is `true`. Cannot be provided if the `enabled` field is `false`.
        Returns:
        the attributes