Click or drag to resize

RoleAssignmentCreationParamsRoleAttributeValues Property

List of RequestedResourceAttributes objects holding values for eventual attributes per resource being added to the created role assignments. Each RequestedResourceAttributes object contains a Dictionary with the attributeId as key and attributevalue as value

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public List<RequestedResourceAttributes> RoleAttributeValues { get; set; }

Property Value

Type: ListRequestedResourceAttributes
See Also