SecurityResolutionType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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. |
Effective | 2 | Return the effective set of permissions for the user, resolving the effects of overlaps. |
Remarks
Permissions can be retrieved as they were assigned or in a net effective list of permissions.