Skip to content
Closed
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 @@ -24348,7 +24348,7 @@
<Annotation Term="Org.OData.Core.V1.Description" String="Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith)." />
</Property>
<Property Name="onPremisesSecurityIdentifier" Type="Edm.String">
<Annotation Term="Org.OData.Core.V1.Description" String="Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. Requires $select to retrieve. Supports $filter (eq including on null values)." />
<Annotation Term="Org.OData.Core.V1.Description" String="Contains test the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. Requires $select to retrieve. Supports $filter (eq including on null values)." />
</Property>
<Property Name="onPremisesSyncEnabled" Type="Edm.Boolean">
<Annotation Term="Org.OData.Core.V1.Description" String="true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values)." />
Expand Down
Loading