Oracle Waveset 8.1.1 Deployment Reference

Org View

Used to specify the type of organization created and options for processing it.

Common Attributes

The high-level attributes of this view are listed in the following table.

Table 3–34 Org View Attributes

Name  

Editable? 

Data Type  

Required?  

orgName

Read 

String 

System-Generated 

orgDisplayName

Read/Write 

String 

Yes 

orgType

Read/Write 

String 

No 

orgId

Read 

String 

System-Generated 

orgAction

Write 

String 

No 

orgNewDisplayName

Write 

String 

No 

orgParentName

Read/Write 

String 

No 

orgChildOrgNames

Read 

List 

System-Generated 

orgApprovers

Read/Write 

List 

No 

allowsOrgApprovers

Read 

List 

System-Generated 

allowedOrgApproverIds

Read 

List 

System-Generated 

orgUserForm

Read/Write 

String 

No 

orgViewUserForm

Read/Write 

String 

No 

orgPolicies

Read/Write 

List 

No 

orgAuditPolicies

Read/Write 

List 

No 

renameCreate

Read/Write 

String 

No 

renameSaveAs

Read/Write 

String 

No 

orgName

Identifies the UID for the organization.This value differs from most view object names because organizations can have the same short name, but different parent organizations.

orgDisplayName

Specifies the short name of the organization. This value is used for display purposes only and does not need to be unique.

orgType

Defines the organization type where the allowed values are junction or virtual. Organizations that are not of types junction or virtual have no value.

orgId

Specifies the ID that is used to uniquely identify the organization within Waveset.

orgAction

Supported only for directory junctions, virtual organizations, and dynamic organizations. Allowed value is refresh. When an organization is a directory junction or virtual organization, the behavior of the refresh operation depends on the value of orgRefreshAllOrgsUserMembers.

orgNewDisplayName

Specifies the new short name when you are renaming the organization.

orgParentName

Identifies the full pathname of the parent organization.

orgChildOrgNames

Lists the Waveset interface names of all direct and indirect child organizations.

orgApprovers

Lists the Waveset administrators who are required to approve users added to or modified in this organization.

allowedOrgApprovers

Lists the potential user names who could be approvers for users added to or modified in this organization.

allowedOrgApproverIds

Lists the potential user IDs who could be approvers for users added to or modified in this organization.

orgUserForm

Specifies the userForm used by members users of this organization when creating or editing users.

orgViewUserForm

Specifies the view user form that is used by member users of this organization when viewing users.

orgPolicies

Identifies policies that apply to all member users of this organization. This is a list of objects that are keyed by type string: Each policy object contains the following view attributes, which are prefixed by orgPolicies[<type>]. <type> represents policy type (for example, Lighthouse account).

orgAuditPolicies

Specifies the audit policies that apply to all member users of this organization.

renameCreate

When set to true, clones this organization and creates a new one using the value of orgNewDisplayName.

renameSaveAs

When set to true, renames this organization using the value of orgNewDisplayName.

Directory Junction and Virtual Organization Attributes

Table 3–35 Directory Junction and Virtual Organization Attributes

Name  

Editable?  

Data Type  

Required?  

orgContainerId 

Read 

String 

System-generated 

orgContainerTypes 

Read 

List 

System-generated 

orgContainers 

Read 

List 

System-generated 

orgParentContainerId 

Read 

String 

System-generated 

orgResource 

Read/Write 

String 

yes, if directory junction or virtual organization 

orgResourceType 

Read 

String 

System-generated 

orgResourceId 

Read 

String 

System-generated 

orgRefreshAllOrgsUserMembers 

Write 

String 

No 

orgContainerId

Specifies the dn of the associated LDAP directory container (for example, cn=foo,ou=bar,o=foobar.com).

orgContainerTypes

Lists the allowed resource object types that can contain other resource objects.

orgContainers

Lists the base containers for the resource used by the Waveset interface to display a list to choose from.

orgParentContainerId

Specifies the dn of the associated parent LDAP directory container (for example, ou=bar,o=foobar.com).

orgResource

Specifies the name of the Waveset resource used to synchronize directory junction and virtual organizations (for example, West Directory Server).

orgResourceType

Indicates the type of Waveset Resource from which to synchronize directory junction and virtual organizations (for example, LDAP).

orgResourceId

Specifies the ID of the Waveset resource that is used to synchronize directory junctions and virtual organizations.

orgRefreshAllOrgsUserMembers

If true and if the value of orgAction is refresh, synchronizes Identity organization user membership with resource container user membership for the selected organization and all child organizations. If false, resource container user membership will not be synchronized, only the resource containers to Identity organizations for the selected organization and all child organizations.

Dynamic Organization Attributes

Table 3–36 Dynamic Organization Attributes

Name  

Editable? 

Data Type  

Required?  

orgUserMembersRule 

Read/Write 

String 

No 

orgUserMembersRuleCacheTimeout 

Read/Write 

String 

No 

orgUserMembersRule

Identifies (by name or UID) the rule whose authType is UserMembersRule, which is evaluated at run-time to determine user membership.

orgUserMembersCacheTimeout

Specifies the amount of time (in milliseconds) before the cache times out if the user members returned by the orgUserMembersRule are to be cached. A value of 0 indicates no caching.