SecurityClaimsTable 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 claims and their claim kind.
Fields
The following table lists the fields in the SecurityClaimsTable extent.
Column | Type | Required | Description |
---|---|---|---|
Id |
Integer64 |
yes |
The identifier of the claim. |
Claim |
General |
The value of the claim. For example, if the claim kind were a SID, this field would contain the binary representation of the SID. |
|
Kind |
yes |
The kind of the claim. For example, this could refer to a SID claim kind. |
|
Internal Hash_Kind_Claim |
Integer32 |
yes |
This is a readonly, computed column. |
Remarks
To work with this extent in the SQL Server Modeling Services, see SecurityClaimsTable Table (Repository.Item Schema).