The SearchForRole
activity can be used to search for role by Type
, Name
and/or by value of an Attribute
.
This activity is available from version 8.2.
The following input data can be configured for the activity.
The identifier of the Role Type.
The value to search for in Role Name.
The Dictionary<uint, string[]> to search for value of Attribute. Dictionary key is attribute id and value is a collection of required values.
Example:{ 500001: ["Adobe", "Microsoft"], 500002: ["Photoshop", "Lightroom", "Teams"] }
The uint array of the roles that match search criteria.