Перечисление SecurityResolutionType
Contains values that specify the resolution when returning security permissions.
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<DataContractAttribute(Name := "SecurityResolutionType", Namespace := "http://schemas.datacontract.org/2004/07/Microsoft.MasterDataServices.Services.DataContracts")> _
Public Enumeration SecurityResolutionType
'Применение
Dim instance As SecurityResolutionType
[DataContractAttribute(Name = "SecurityResolutionType", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.MasterDataServices.Services.DataContracts")]
public enum SecurityResolutionType
[DataContractAttribute(Name = L"SecurityResolutionType", Namespace = L"http://schemas.datacontract.org/2004/07/Microsoft.MasterDataServices.Services.DataContracts")]
public enum class SecurityResolutionType
[<DataContractAttribute(Name = "SecurityResolutionType", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.MasterDataServices.Services.DataContracts")>]
type SecurityResolutionType
public enum SecurityResolutionType
Элементы
| Имя элемента | Описание | |
|---|---|---|
| UserAndGroup | Return permissions assigned directly to the user and those assigned to groups to which the user belongs. | |
| Users | Return permissions assigned directly to the user. | |
| Effective | Return the effective set of permissions for the user, resolving the effects of overlaps. |
Замечания
Permissions can be retrieved as they were assigned or in a net effective list of permissions.