SecurityResolutionType 枚举

Contains values specifying the resolution specification when returning security permissions. Permissions may be retrieved as they were assigned or in a net effective list of permissions.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)

语法

声明
Public Enumeration SecurityResolutionType
用法
Dim instance As SecurityResolutionType
public enum SecurityResolutionType
public enum class SecurityResolutionType
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.