PermissionType Enumeration
Specifies the effective permission that is assigned to a principal for accessing an MDS object.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
| Member name | Description | |
|---|---|---|
| Access | The user is granted permission to access this object. | |
| Admin | The user is granted admin permission to this object. Only applies to Model. | |
| Control | Obsolete. Not used | |
| Delete | Obsolete. Not used | |
| Deny | The user is denied access to this object. | |
| DenyAccess | Obsolete. Use Deny | |
| Execute | Obsolete. Not used | |
| Inferred | The permission type is inferred for this object. Similar to having read access permission, but is not inherited. | |
| None | Obsolete. Use NotSpecified | |
| NotSpecified | The permission type is unknown or has not been determined yet. | |
| Read | Obsolete. Use Access | |
| ReadOnly | Obsolete. Use Access combined with Read. | |
| Unknown | Obsolete. Use NotSpecified | |
| Update | Obsolete. Use Access combined with Update. |
The PermissionType simple type specifies the effective permission that is assigned to a principal for accessing an MDS object.