Overview

Creator for DelegatedRole

Members

Show inherited 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 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">
        <delegatedPrincipalHandle>your_beeId_0</delegatedPrincipalHandle>
        <delegatedScopeHandle>your_beeId_0</delegatedScopeHandle>
        <description>your_string_0</description>
        <name>your_string_0</name>
        <privileges>your_privilege_0</privileges>
        <privileges>your_privilege_1</privileges>
        <privileges>your_privilege_2</privileges>
        <updateMode>your_updateMode_0</updateMode>
        <updater>your_delegatedRoleUpdater_0</updater>
</obh:delegatedRoleCreator>

Referenced By Representaions

Not Referenced Directly by Representations