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 Dictionary<uint, string[]> to search for value of Attribute. Dictionary key is attribute id and value is a collection of required values.
Example:{ 1500001: ["appleAdobe", "fruitMicrosoft"], 2500002: ["bananaPhotoshop", "birdLightroom"], 3: [ "catTeams", "car"] , }
Output Data
Result
The uint array of the roles that match search criteria.
...