Compartir a través de


Enumeración 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.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Sintaxis

'Declaración
Public Enumeration SecurityResolutionType
'Uso
Dim instance As SecurityResolutionType
public enum SecurityResolutionType
public enum class SecurityResolutionType
type SecurityResolutionType
public enum SecurityResolutionType

Miembros

Nombre del miembro Descripción
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.