SecurityPrincipalsCriteria Class
Specifies the criteria for security principals.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::SecurityPrincipalsCriteria
| Name | Description | |
|---|---|---|
![]() | SecurityPrincipalsCriteria() | Initializes a new instance of the SecurityPrincipalsCriteria class. |
| Name | Description | |
|---|---|---|
![]() | All | Gets or sets whether to return all principal items in a response. |
![]() | FunctionPrivilege | Gets or sets the ResultType for FunctionPrivilege. |
![]() | HierarchyMemberPrivilege | Gets or sets the ResultType for HierarchyMemberPrivilege. |
![]() | Identifiers | Gets or sets the identifiers of the desired security principals. |
![]() | ModelPrivilege | Gets or sets the ResultType for ModelPrivilege. |
![]() | ResultType | Gets or sets the result type. |
![]() | SecurityResolutionType | Gets or sets the desired SecurityResolutionType to true if resolve effective privileges is desired. |
![]() | Type |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The SecurityPrincipalsCriteria specifies the criteria for security principals.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

