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

Contents

Overview

Creator for DelegatedRole

Members

Name Type Description

delegatedPrincipalHandle

beeId<delegatedPrincipal>

Get the DelegatedPrincipalHandle

delegatedScopeHandle

beeId<scope>

Get the DelegatedScopeHandle

description

string

Get the Description

name

string

Get the Name

privileges

privilege[]

Get the Privileges

updateMode

updateMode

Get the UpdateMode

updater

delegatedRoleUpdater

Get the Updater

Hierarchy

Inherits From

Examples

Below are examples in JSON and XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:delegatedRoleCreator xsi:type="obh:delegatedRoleCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:delegatedPrincipalHandle>your_beeId_0</obh:delegatedPrincipalHandle>
        <obh:delegatedScopeHandle>your_beeId_0</obh:delegatedScopeHandle>
        <obh:description>your_string_0</obh:description>
        <obh:name>your_string_0</obh:name>
        <obh:privileges>your_privilege_0</obh:privileges>
        <obh:privileges>your_privilege_1</obh:privileges>
        <obh:privileges>your_privilege_2</obh:privileges>
        <obh:updateMode>your_updateMode_0</obh:updateMode>
        <obh:updater>your_delegatedRoleUpdater_0</obh:updater>
</obh:delegatedRoleCreator>

JSON Example

(show inherited members)

{
    "beeType":"delegatedRoleCreator",
        "delegatedPrincipalHandle":{ your_{http://www.oracle.com/beehive}delegatedPrincipalHandle_as_beeId0 },
        "delegatedScopeHandle":{ your_{http://www.oracle.com/beehive}delegatedScopeHandle_as_beeId0 },
        "description":"your_{http://www.oracle.com/beehive}description_as_string0",
        "name":"your_{http://www.oracle.com/beehive}name_as_string0",
        "privileges":[
            { your_{http://www.oracle.com/beehive}privileges_as_privilege0 },
            { your_{http://www.oracle.com/beehive}privileges_as_privilege1 },
            { your_{http://www.oracle.com/beehive}privileges_as_privilege2 }
        ],
        "updateMode":{ your_{http://www.oracle.com/beehive}updateMode_as_updateMode0 },
        "updater":{ your_{http://www.oracle.com/beehive}updater_as_delegatedRoleUpdater0 }
}

XML Schema


<xs:complexType name="delegatedRoleCreator">
    <xs:complexContent>
        <xs:extension base="tns:entityCreator">
            <xs:sequence>
                <xs:element minOccurs="0"
                    name="delegatedPrincipalHandle" type="tns:beeId"/>
                <xs:element minOccurs="0" name="delegatedScopeHandle" type="tns:beeId"/>
                <xs:element minOccurs="0" name="description" type="xs:string"/>
                <xs:element minOccurs="0" name="name" type="xs:string"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="privileges" nillable="true" type="tns:privilege"/>
                <xs:element minOccurs="0" name="updateMode" type="tns:updateMode"/>
                <xs:element minOccurs="0" name="updater" type="tns:delegatedRoleUpdater"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to delegatedRoleCreator

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations