Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

Enumeration Members

Name Description

ENABLED

entity creation is completed; all provisioning tasks are complete and the entity account is ready for normal use.

LOCKED

The entity account is locked; login will not be allowed. However, the account may continue to receive reminders, notifications, alerts etc. and can be unlocked for subsequent use. The actual locking of a entity account may be an administrative action or may be automatic based on certain conditions in the system e.g overquota. To unlock a entity, the state must be set to ENABLED.

DISABLED

The entity account is disabled; the data related to this entity account is "frozen". entity logins may not be allowed and other features such as notifications, reminders and alarms etc. may also be suspended.

MARKED_FOR_DELETE

The entity is deleted from the directory; entity data may still exist in the system and is available for archiving etc.

XML Schema


<xs:simpleType name="provisioningStatus">
    <xs:restriction base="xs:string">
        <xs:enumeration value="ENABLED"/>
        <xs:enumeration value="LOCKED"/>
        <xs:enumeration value="DISABLED"/>
        <xs:enumeration value="MARKED_FOR_DELETE"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to provisioningStatus

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions