SecurityPrincipalsCriteria Class
Represents the security principal criteria to be used with security get operations.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::SecurityPrincipalsCriteria
| Name | Description | |
|---|---|---|
![]() | SecurityPrincipalsCriteria() | Initializes a new instance of the SecurityPrincipalsCriteria class. |
| Name | Description | |
|---|---|---|
![]() | All | Gets or sets a value that indicates whether all users criteria are used. |
![]() | ExtensionData | Gets or sets the structure that contains extra data.(Inherited from DataContractBase.) |
![]() | FunctionPrivilege | Gets or sets the function privilege result type. |
![]() | HierarchyMemberPrivilege | Gets or sets the hierarchy member privilege result type. |
![]() | Identifiers | Gets or sets an array of user criteria. |
![]() | ModelPrivilege | Gets or sets the model privilege result type. |
![]() | ResultType | Gets or sets the principal result type. |
![]() | SecurityResolutionType | Gets or sets resolution of effective privileges. |
![]() | Type | Gets or sets the type of the principal. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


