SecurityResolutionType Enum

Definition

Specifies the resolution specification when returning security permissions. Permissions can be retrieved as they were assigned or in a net-effective list of permissions.

public enum class SecurityResolutionType
[System.Runtime.Serialization.DataContract(Name="SecurityResolutionType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum SecurityResolutionType
[<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 that are assigned directly to the User and those that are assigned to Groups to which the User belongs.

Users 1

Return permissions that are assigned directly to the User.

Remarks

The SecurityResolutionType simple type specifies the resolution specification when returning security permissions. Permissions can be retrieved as they were assigned or in a net effective list of permissions.

Applies to