Custom fields schema - Card Synchronization 3.4.0

Card Synchronization Plugin Guide 3.4.0

Applies to
Card Synchronization 3.4.0
Last updated
2023-04-17
Content type
Guides > Plugin and extension guides
Language
English
Product
Card Synchronization
Version
3.4

For custom fields to be imported into Security Center, the database view for custom fields must follow the Card Synchronization schema.

  • For each custom field you add, you must create a corresponding custom field in Security Center.
  • The schema below is supported for legacy deployments and is not required for deployments with Card Synchronization 3.2 or later. With data sources created in Card Synchronization 3.2 or later, custom fields can be included directly in the cardholder, cardholder group, and credential schemas as additional columns.
Column Data type Description
Mandatory columns
EntityUniqueId String The unique ID of a cardholder, cardholder group, or credential.
EntityType String The value that indicates the entity type:
  • 1 = Cardholder
  • 2 = Cardholder group
  • 4 = Credential
CustomFieldName String The name of the custom field.
CustomFieldValue String The value of the custom field.
The following image is an example of a custom fields view in a Microsoft SQL Server database.