Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Datasets/data-connect-dataset-user1.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ The User_v1 dataset can be joined with other datasets that can be mapped to the
| imAddresses | array | The instant message voice over IP (VOIP) session initiation protocol (SIP) addresses for the user. *Format:*`ARRAY<STRING>.` | No | None |
| interests | array | A list of interests for the user. *Format:*`ARRAY<STRING>.` | No | None |
| jobTitle | string | The user’s job title. | No | None |
| lastPasswordChangeDateTime | datetime | The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. | No | None |
Copy link
Collaborator

@pushkarprotik pushkarprotik Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. I dont see this field in the code schema. Please check its presence and validate in PROD runs first
  2. Please add this field in:
    a) "JSON representation" section
    b) in "Sample" section, add some sample entries/update existing rows from test output containing this field having some value

| legalAgeGroupClassification | string | Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. *Allowed values:* null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. | No | None |
| mail | string | The SMTP address for the user. | No | None |
| mailNickname | string | The mail alias for the user. | No | None |
Expand Down