Enum SecurityAttribute.LifecycleState

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<SecurityAttribute.LifecycleState>
    Enclosing class:
    SecurityAttribute

    public static enum SecurityAttribute.LifecycleState
    extends Enum<SecurityAttribute.LifecycleState>
    implements BmcEnum
    The security attribute’s current state.

    After creating a security attribute, make sure its lifecycleState is ACTIVE before using it. After retiring a security attribute, make sure its lifecycleState is INACTIVE before using it. If you delete a security attribute, you cannot delete another security attribute until the deleted tag’s lifecycleState changes from DELETING to DELETED.