Assembly: ABAC;
The IABACSubjectAttributes interface is used to work with the collection of security subject attributes.
IABACSubjectAttributes
In the current implementation the interface is supported to work with user attributes. To get the collection, cast value of the IMetabaseUsers.Attributes property to the IABACSubjectAttributes interface.
| Property name | Brief description | |
![]() |
Mappings | The Mappings property returns the collection of links between user attributes and attributes of external stprage areas/domains containing information about security subjects. |
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of attributes in the collection. |
![]() |
Item | The Item property returns attribute from the collection by index. |
| Method name | Brief description | |
![]() |
Add | The Add method adds an attribute to the collection. |
![]() |
Clear | The Clear method deletes all attributes from the collection. |
![]() |
FindById | The FindById method searches for an attribute in the collection by identifier. |
![]() |
FindByKey | The FindByKey method searches for an attribute in the collection by key. |
![]() |
Remove | The Remove method removes attribute from the collection by index. |
![]() |
RemoveById | The RemoveById method removes attribute from the collection by identifier. |
![]() |
RemoveByKey | The RemoveByKey method removes attribute from the collection by key. |
See also: