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.
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
Name | Value | Description |
---|---|---|
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. |
Effective | 2 | Return the effective set of permissions for the User., resolving the effects of overlaps. |
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.