SecurityClaims Function (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.
SecurityClaims()
Table Returned
Field | Data type | Description |
---|---|---|
Id |
Integer64 |
The identifier of the claim. |
Kind |
The kind of the claim. For example, this could refer to a SID claim kind. |
|
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. |