Skip to content

Commit

Permalink
Merge pull request #1110 from TNP-Ltd/on-prem-samaccountname
Browse files Browse the repository at this point in the history
User: add ability to access onPremisesSamAccountName
  • Loading branch information
alejcas authored Nov 6, 2024
2 parents dd1b6c3 + 84bdebd commit 67a96ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions O365/directory.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def __init__(self, *, parent=None, con=None, **kwargs):
self.street_address = cloud_data.get(cc('streetAddress'))
self.usage_location = cloud_data.get(cc('usageLocation'))
self.user_type = cloud_data.get(cc('userType'))
self.on_premises_sam_account_name = cloud_data.get(cc('onPremisesSamAccountName'))

def __str__(self):
return self.__repr__()
Expand Down

0 comments on commit 67a96ff

Please sign in to comment.