Share via


Parties Table (System.Identity 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 information about Parties. A Party is a digital subject or resource that owns identity information. A Party is specialized based on the values of the PrimaryKind and Kind fields.

Fields

The following table lists the fields in the Parties table.

Column Type Required Description

Folder

int

yes

The Modeling Services Folder associated with the Party. References the [Repository.Item].[FoldersTable] view.

Id

bigint

yes

The unique identifier of the Party.

TenantId

bigint

yes

References the [System.Identity].[Parties] view.

FederationInfoId

bigint

The unique identifier of the Federation information associated with the Party. References the [System.Identity].[FederationInfo] view.

LastMasteringIdentifier

bigint

KindId

bigint

The unique identifier of a Kind that describes additional information about the Pary. This can be seen as a "secondary" Kind as opposed to the "primary" Kind defined by the PrimaryKind field. References the [System.Identity].[Kinds] view.

SecondaryKindId

bigint

References the [System.Identity].[Kinds] view.

DisplayName

nvarchar(128)

yes

The display name of the Party.

DescriptiveInformation

nvarchar(1024)

Additional information about the Party.

Remarks

See Also

Reference

System.Identity Tables
System.Identity Schema

Send comments about this topic to Microsoft.