PermissionRulesTable Table (Repository.Item Schema)
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
Note
Note: This table is used by the infrastructure only. Do not use this table directly. Such use is not covered by any support agreements you may have.
Horn clause based inference rules for permissions (for example, if a principal is authorized to perform a read operation on the .NET Framework resource Folder, then the principal is authorized to perform the read operation on the .NET Framework\2.0 resource Folder).For more information, see the [Repository.Item].[PermissionRules] view.
Fields
The following table lists the fields in the PermissionRulesTable table.
Column | Type | Required | Description |
---|---|---|---|
Id |
bigint |
yes |
Infrastructure. |
IfResource1 |
bigint |
yes |
Infrastructure. |
IfOperation1 |
uniqueidentifier |
yes |
Infrastructure. |
ThenResource |
bigint |
yes |
Infrastructure. |
ThenOperation |
uniqueidentifier |
yes |
Infrastructure. |