Expand Minimize
This topic has not yet been rated - Rate this topic

SecurityPermission Enumeration

Contains values that specify the effective security permission for a user of a Master Data Services object.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
[DataContractAttribute(Name = "SecurityPermission", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum SecurityPermission
Member nameDescription
NotSpecifiedSecurity permission has not been specified in any way.
DenyDenies permission to an object.
ReadPermission to view the object is provided but there is no ability to change the value.
UpdatePermission to view and modify the object is provided.
InferredPermission has been provided by a parent entity bestowing rights.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.