![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Description |
|---|---|---|
localACL |
ace[] |
Returns the LocalACL (LACL) associated with the Entity. |
owner |
Returns the Owner. The Owner field along with the OwnerAccessTypes make up what is referred to as the Owner ACE. | |
ownerAccessTypes |
Returns the Owner AccessTypes. The Owner field along with the OwnerAccessTypes make up what is referred to as the Owner ACE. | |
scope |
Returns the Scope in which the Entity is defined. | |
sensitivity |
Returns any Sensitivity assigned to the Entity. |
<xs:complexType name="accessControlFields">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="localACL"
nillable="true" type="tns:ace"/>
<xs:element minOccurs="0" name="owner" type="tns:beeId"/>
<xs:element minOccurs="0" name="ownerAccessTypes" type="tns:accessTypes"/>
<xs:element minOccurs="0" name="scope" type="tns:beeId"/>
<xs:element minOccurs="0" name="sensitivity" type="tns:beeId"/>
</xs:sequence>
</xs:complexType>

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