Share via


SecuredResourcePermissionsTable Extent (Repository.Item Module)

[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 SecuredResourcePermissionsTable extent.

Column Type Required Description

Id

Integer64

yes

The identifier of the resource permission.

Claim

SecurityClaimsTable

yes

The claim to which this resource permission applies.

Operation

SecuredOperationsTable

yes

The operation permitted on the resource.

Resource

SecuredResourcesTable

yes

The secured resource.

MayGrantOrRevoke

Logical

yes

A bit flag that indicates whether the current user is allowed to grant or revoke this permission to other principals.

Remarks

To work with this extent in the SQL Server Modeling Services, see SecuredResourcePermissionsTable Table (Repository.Item Schema).

See Also

Reference

Repository.Item Extents
Repository.Item Module

Send comments about this topic to Microsoft.