![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| 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. |
<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>

Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices