You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -219,7 +219,7 @@ public final AdditionalDataManager additionalDataManager() {
219
219
220
220
/**
221
221
* The User Principal Name.
222
-
* UserPrincipalName (sign-in name) in Azure Active Directory. This is usually the same as user's SIP Address, and can be same as user's e-mail address.
222
+
* UserPrincipalName (sign-in name) in Microsoft Entra ID. This is usually the same as the user's SIP Address, and can be the same as the user's email address.
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/callrecords/models/PstnCallLogRow.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ public final AdditionalDataManager additionalDataManager() {
40
40
41
41
/**
42
42
* The Call Duration Source.
43
-
* The source of the call duration data. If the call uses a third-party telecommunications operator via the Operator Connect Program, the operator may provide their own call duration data. In this case, the property value is operator. Otherwise, the value is microsoft.
43
+
* The source of the call duration data. If the call uses a third-party telecommunications operator via the Operator Connect Program, the operator can provide their own call duration data. In this case, the property value is operator. Otherwise, the value is microsoft.
@@ -184,7 +184,7 @@ public final AdditionalDataManager additionalDataManager() {
184
184
185
185
/**
186
186
* The Operator.
187
-
* The telecommunications operator which provided PSTN services for this call. This may be Microsoft, or it may be a third-party operator via the Operator Connect Program.
187
+
* The telecommunications operator which provided PSTN services for this call. This might be Microsoft, or it might be a third-party operator via the Operator Connect Program.
@@ -238,7 +238,7 @@ public final AdditionalDataManager additionalDataManager() {
238
238
239
239
/**
240
240
* The User Principal Name.
241
-
* The user principal name (sign-in name) in Azure Active Directory. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
241
+
* The user principal name (sign-in name) in Microsoft Entra ID. This is usually the same as the user's SIP address, and can be the same as the user's email address.
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/externalconnectors/models/Acl.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ public final AdditionalDataManager additionalDataManager() {
59
59
60
60
/**
61
61
* The Value.
62
-
* The unique identifer of the identity. For Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. For external groups value is set to the ID of the externalGroup
62
+
* The unique identifer of the identity. For Microsoft Entra identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. For external groups value is set to the ID of the externalGroup
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/externalconnectors/models/Configuration.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ public final AdditionalDataManager additionalDataManager() {
40
40
41
41
/**
42
42
* The Authorized App Ids.
43
-
* A collection of application IDs for registered Azure Active Directory apps that are allowed to manage the externalConnection and to index content in the externalConnection.
43
+
* A collection of application IDs for registered Microsoft Entra apps that are allowed to manage the externalConnection and to index content in the externalConnection.
0 commit comments