Click or drag to resize
IdmResourceAttributes Property
List of attributes for which we have data for this particular object. Note that due to performance reasons, there may be other attributes and values in the identity manager service, but they may not have been retrieved yet.

Namespace: IdmNet.Models
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
public List<IdmAttribute> Attributes { get; set; }

Property Value

Type: ListIdmAttribute
See Also