Oracle Waveset 8.1.1 Deployment Reference

View Attributes

The following table lists the high-level attributes of this view.

Table 3–45 ReconcilePolicy View Attributes

Attribute  

Description  

scheduling

Contains information about automated scheduling of reconciles. 

correlation

Contains information about how ownership of resource accounts is determined. 

workflow

Contains information about user-supplied extensions to the reconciliation process. 

response

Contains information about how reconciliation should respond to discovered situations. 

resource

Contains information about how reconciliation interacts with the resource. 

scheduling

Table 3–46 scheduling Attributes (ReconcilePolicy View)

Attribute  

Editable?  

Data Type  

reconcileServer

Read/Write 

String 

reconcileModes

Read/Write 

String 

fullSchedule

Read/Write 

Schedule 

incrementalSchedule

Read/Write 

Schedule 

nextFull

Read 

Date 

nextIncremental 

Read 

Date 

reconcileServer

Specifies the reconciliation server that should be used to perform scheduled reconciliations.

reconcileModes

Specifies the reconciliation modes that are enabled. Valid values are: BOTH, FULL, NONE.

fullSchedule

Identifies the schedule for full reconciles when enabled.

incrementalSchedule

Identifies the schedule for incremental reconciles when enabled.

nextFull

Containing the time of the next incremental reconcile, if enabled.

nextIncremental

Specifies the repetition count for the schedule. Schedule values are GenericObjects with the following attributes:

correlation

Identifies the name of the correlation rule.

Table 3–47 correlation rules (ReconcilePolicy View)

Attribute  

Editable?  

Data Type  

correlationRule

Read/Write 

String 

confirmationRule

Read/Write 

String 

correlationRule

Identifies the name of the correlation rule to use when correlating accounts to users.

confirmationRule

Identifies the name of the confirmation rule to use when confirming correlated users against accounts. When no confirmation is required, specify the value CONFIRMATION_RULE_NONE.

workflow

Table 3–48 workflow Attributes (ReconcilePolicy View

Attribute  

Editable?  

Data Type  

proxyAdministrator

Read/Write 

String 

preReconWorkflow

Read/Write 

String 

perAccountWorkflow 

Read/Write 

String 

postReconWorkflow 

Read/Write 

String 

proxyAdministrator

Specifies the name of the user with administrative capabilities.

preReconWorkflow, perAccountWorkflow, postReconWorkflow

Specifies the name of the workflow to run at appropriate point in reconciliation processing. To specify that no workflow be run, use the value AR_WORKFLOW_NONE.

response

Table 3–49 response Attributes (ReconcilePolicy View)

Attribute  

Editable?  

Data Type  

situations

Read/Write 

List 

explanations

Read/Write 

Boolean 

situations

Specifies the automated response to perform for the specified situation. Valid responses are:

Table 3–50 situations Options (ReconcilePolicy View

Response  

Description  

DO_NOTHING 

Performs no automated response 

CREATE_NEW_USER 

Creates new user based on the resource account 

LINK_ACCOUNT 

Assigns the account to the claiming user 

CREATE_ACCOUNT 

Recreates the account on the resource 

DELETE_ACCOUNT 

Removes the account from the resource 

DISABLE_ACCOUNT 

Disables the account on the resource 

explainActions

Specifies whether reconciliation should record detailed explanations of actions in the Account Index.

resource

Table 3–51 resource Attributes (ReconcilePolicy View

Attribute  

Editable?  

Data Type  

reconcileNativeChanges

Read/Write 

Boolean 

reconciledAttributes

Read/Write 

List (of Strings) 

listTimeout

Read/Write 

Integer 

fetchTimeout

Read/Write 

Integer 

reconcileNativeChanges

Specifies whether native changes to account attributes should be reconciled.

reconciledAttributes

Specifies the list of account attributes that should be monitored for native changes

listTimeout

Specifies (in milliseconds) how long reconciliation should wait for a response when enumerating the accounts present on the resource.

fetchTimeout

Specifies (in milliseconds) how long reconciliation process should wait for a response when fetching an account from a resource.