Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -2686,6 +2686,11 @@
"description": "The user principal name suffix for the account, in some cases it is also the domain name. Examples: contoso.com.",
"readOnly": true,
"type": "string"
},
"dnsDomain": {
"description": "The fully qualified domain DNS name.",
"readOnly": true,
"type": "string"
}
},
"type": "object"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"aadUserId": "f7033626-2572-46b1-bba0-06646f4f95b3",
"puid": "ee3cb2d8-14ba-45ef-8009-d6f1cacfa04d",
"isDomainJoined": true,
"objectGuid": "11227b78-3c6e-436e-a2a2-02fc7662eca0"
"objectGuid": "11227b78-3c6e-436e-a2a2-02fc7662eca0",
"dnsDomain": "contoso.com"
}
}
}
Expand Down