SecurityDeleteCriteria Class
Specifies criteria for deleting security objects.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::SecurityDeleteCriteria
| Name | Description | |
|---|---|---|
![]() | SecurityDeleteCriteria() | Default constructor for the SecurityDeleteCriteria. |
| Name | Description | |
|---|---|---|
![]() | FunctionPrivileges | Gets or sets the list of identifiers for function privileges. |
![]() | Groups | Gets or sets the identifiers of Groups to delete. |
![]() | HierarchyMemberPrivileges | Gets or sets the identifiers of HierarchyMemberPrivileges to delete. |
![]() | ModelPrivileges | Gets or sets the identifiers of ModelPrivileges to delete. |
![]() | Users | Gets or sets the identifiers of Users to delete. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (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.

