다음을 통해 공유


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.