SecurityClaimKindsTable 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.]
Provides a list of the kind of claims in the Modeling Services database. An example of a claim is a Windows security identifier (SID).
Fields
The following table lists the fields in the SecurityClaimKindsTable extent.
Column | Type | Required | Description |
---|---|---|---|
Id |
Guid |
yes |
The identifier of the claim kind. |
IssuerCertificate |
Integer32 |
A certificate associated with the claim. |
|
Description |
Text(4166) |
A localized description of the claim kind. |
|
Name |
Text(4166) |
yes |
The name of the claim kind. |
Internal Hash_Name |
Integer32 |
yes |
This is a readonly, computed column. |
Remarks
To work with this extent in the SQL Server Modeling Services, see SecurityClaimKindsTable Table (Repository.Item Schema).