CSV File for Delegated Lists

Sample CSV File for Delegated List

#delegated list
id,name,description,manager_id,manager_provider,user_id,user_provider,group_id,group_provider
testlist,testlist,my_list,admin,Native Directory,,testGroup,NativeDirectory

In this sample, the delegated list CSV file can be used to create a delegated list with list id and name testlist, and description my_list. User admin defined in Native Directory is the delegated administrator of this list which allows admin to manage group testGroup defined on Native Directory.

Table 16. Delegated List Entity Attributes

AttributeDescription and Example
id
The list identifier, typically the same as the list name

Example: testlist

name
Delegated list name

Example: testlist

description
Delegated list description

Example: my_list

manager_id
Unique identifier of a user or group who manages the list. Each manager must be identified in a separate definition.

Example: admin

manager_provider
The user directory that stores the manager's account

Example: Native Directory

user_id
Unique identifier of a user member of the list. Each member must be identified in a separate definition.

Example: admin

user_provider
The user directory that stores the user member's account

Example: Native Directory

group_id
Unique identifier of a group that is a member of the list. Each member must be identified in a separate definition.

Example: myGroup

group_provider
The user directory that stores the group's account

Example: Native Directory