SecuredResourcePermissions View (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.]
Stores a list of permitted operations on resources for a given claim.
Fields
The following table lists the fields in the SecuredResourcePermissions view.
Column | Type | Required | Description |
---|---|---|---|
Id |
bigint |
yes |
The identifier of the resource permission. |
Claim |
bigint |
yes |
The claim to which this resource permission applies. References the [Repository.Item].[SecurityClaims] view. |
Resource |
bigint |
yes |
The secured resource. References the [Repository.Item].[SecuredResources] view. |
Operation |
uniqueidentifier |
yes |
The operation permitted on the resource. References the [Repository.Item].[SecuredOperations] view. |
MayGrantOrRevoke |
bit |
yes |
A bit flag that indicates whether the current user is allowed to grant or revoke this permission to other principals. |