Sun Identity Manager Deployment Reference

newAccountId

Specifies the new accountId to be set on the Identity Manager user and used in the Identity templates for resource accounts.

toRename

Specifies a list of accounts in the currentResourceAccounts list that support the rename operation.

noRename

Specifies a list of accounts that do not support the rename functionality.

resourceAccounts

Contains mostly read-only information about the resource accounts. Use the following attributes to rename resource accounts:

Table 3–54 resourceAccounts Attributes

Attribute  

Type  

Description  

selectAll

Boolean 

Controls whether all accounts are renamed. 

currentResourceAccounts

[<resourcename>].selected

Boolean 

Indicates that the new accountId should be used to rename the identity of this resource account.

currentResourceAccounts

[Lighthouse].selected

Boolean 

Controls whether the Identity Manager account is renamed. selectAll=true overrides this setting.

accounts[<resourcename>].identity

Overrides the use of the Identity Template to create the accountId for this resource account.

accounts[<resourcename>].<attribute>

Used when not specifying the accounts[<resourcename>].identity attribute to pass attributes to the Identity Template for the creation of the new accountId.

fetchAccounts

Causes the view to include account attributes for the resources assigned to the user.

See Setting View Options in Forms in this chapter for more information.

fetchAccountResources

Lists resource names from which to fetch. If unspecified, Identity Manager uses all assigned resources.

See Setting View Options in Forms in this chapter for more information.

Example


renameView.newAccountId="saurelius"
renameView.resourceAccounts.selectAll="false"
renameView.resourceAccounts.currentResourceAccounts[Lighthouse].selected="true"
renameView.accounts[AD].identity="cn=saurelius,OU=Austin,DC=Waveset,DC=com"
renameView.resourceAccounts.currentResourceAccounts[AD].selected="true"
renameView.accounts[LDAP].identity="CN=saurelius,CN=Users,DC=us,DC=com"
renameView.resourceAccounts.currentResourceAccounts[LDAP].selected="true"
renameView.accounts[AD].identity="Marcus Aurelius"
renameView.resourceAccounts.currentResourceAccounts[AD].selected="true"