Show TOC

Role Data Import FormatLocate this document in the navigation structure

Use

This section describes the attributes used to import role records into SAP NetWeaver Application Server (AS) Java. Role records consist of optional and required attributes.

Note

There is limited support for portal role assignment.

More information: Import Format for UME Principals

Attribute

Description

[Role]

Role delimiter.

rid

Name of the role.

Attribute

Description

action

List of actions assigned to the role separated by semicolons (;). Use the following format:

ACTN .AUTHN_DS . un : <action_type> $ <vendor> / <application_name> $ <module_name> $ <action_name>

The module name is optional.

Recommendation

To determine the correct designation for an action, we recommend exporting the action in a role. Copy the result for your import.

group

List of unique names of groups assigned to the role separated by semicolons (;).

rdesc

Description of the role.

user

List of logon IDs of users assigned to the role separated by semicolons (;).

Example

The following is an example of a file containing a role in the import format. The users MikhailKomarov, TeresaRuiz, and AlainChevalier must already exist, otherwise an error occurs. Similarly, the groups Contractors and Scranton must already exist. If role already exists, this import file overwrites any role assignments, if overwrite is enabled.

[Role]
rid=Role1
rdesc=Role description
user=MikhailKomarov;TeresaRuiz;
user=AlainChevalier;
group=Contractors;Scranton