Assembly: ABAC;
The IABACSubjectAttributesMappings interface is used to work with the collection of links between user attributes and attributes of external storage areas/domains containing information about security subjects.
IABACSubjectAttributesMappings
The collection of links between user attributes and attributes of external storage areas/domains can be obtained using the IABACSubjectAttributes.Mappings property.
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of links with attributes of external storage areas/domains in the collection. |
![]() |
Item | The Item property returns settings of a link with attributes of external storage area/domain with the specified index. |
| Method name | Brief description | |
![]() |
Add | The Add method creates settings of a link between user attributes and attributes of external storage area/domain. |
![]() |
Clear | The Clear method clears the collection of links with attributes of external storage areas/domains. |
![]() |
FindByType | The FindByType method searches for an attribute link by type and name of external storage area/domain. |
![]() |
Remove | The Remove method removes attribute link settings with the specified index. |
![]() |
RemoveByType | The RemoveByType method removes attribute link settings for the specified type of external storage area/domain. |
See also: