SecurityResolutionType Enum

Definition

Contains values that specify the resolution when returning security permissions.

public enum class SecurityResolutionType
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContract(Name="SecurityResolutionType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum SecurityResolutionType
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Runtime.Serialization.DataContract(Name="SecurityResolutionType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityResolutionType = 
Public Enum SecurityResolutionType
Inheritance
SecurityResolutionType
Attributes

Fields

Effective 2

Return the effective set of permissions for the user, resolving the effects of overlaps.

UserAndGroup 0

Return permissions assigned directly to the user and those assigned to groups to which the user belongs.

Users 1

Return permissions assigned directly to the user.

Remarks

Permissions can be retrieved as they were assigned or in a net effective list of permissions.

Applies to