Skip to content

Commit

Permalink
Add person attribute type for KDOD service
Browse files Browse the repository at this point in the history
  • Loading branch information
makombe committed Jul 18, 2024
1 parent c7082c5 commit bfdf78c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ public static final class _PersonAttributeType {
public static final String KDOD_RANK = "9f1f8254-20ea-4be4-a14d-19201fe217bf";
public static final String KDOD_UNIT = "848f5688-41c6-464c-b078-ea6524a3e971";
public static final String KDOD_CIVILIAN_RANK ="457463c8-dddb-4d35-bb5c-eb365f6d1790";
public static final String KDOD_SERVICE ="cdcda371-3b8a-4ce1-b753-76eaac0ab3cb";
public static final String VERIFICATION_STATUS_WITH_NATIONAL_REGISTRY = "869f623a-f78e-4ace-9202-0bed481822f5";
public static final String VERIFICATION_MESSAGE_WITH_NATIONAL_REGISTRY = "752a0331-5293-4aa5-bf46-4d51aaf2cdc5";
public static final String CCC_SYNC_STATUS_WITH_NATIONAL_REGISTRY = "4dfa195f-8420-424d-8275-d60cf115303d";
Expand Down Expand Up @@ -385,7 +386,8 @@ public void install() {
String.class, null, false, 4.5, _PersonAttributeType.KDOD_UNIT));
install(personAttributeType("KDoD civilian rank", "KDOD classification for civilian staff",
String.class, null, false, 4.5, _PersonAttributeType.KDOD_CIVILIAN_RANK));

install(personAttributeType("KDoD Service", "Service in KDoD e.g Army, Navy, Airforce",
String.class, null, false, 4.5, _PersonAttributeType.KDOD_SERVICE));

// Client Registry Properties
install(personAttributeType("cr verification status", "Verification status with national registry",
Expand Down

0 comments on commit bfdf78c

Please sign in to comment.