SecurityClaims 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 claims and their claim kind.
Fields
The following table lists the fields in the SecurityClaims view.
Column | Type | Required | Description |
---|---|---|---|
Id |
bigint |
yes |
The identifier of the claim. |
Kind |
uniqueidentifier |
yes |
The kind of the claim. For example, this could refer to a SID claim kind. References the [Repository.Item].[SecurityClaimKinds] view. |
Claim |
sql_variant |
The value of the claim. For example, if the claim kind were a SID, this field would contain the binary representation of the SID. |
Remarks
The following views reference the [Repository.Item].[SecurityClaims] view.