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
@@ -237,7 +237,7 @@ public final AdditionalDataManager additionalDataManager() {
237
237
238
238
/**
239
239
* The User Principal Name.
240
-
* 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.
240
+
* 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.
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/callrecords/models/PstnBlockedUsersLogRow.java
+8-8Lines changed: 8 additions & 8 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 Block Date Time.
43
-
*
43
+
* The date and time when the user was blocked/unblocked from making PSTN calls. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
@@ -67,7 +67,7 @@ public final AdditionalDataManager additionalDataManager() {
67
67
68
68
/**
69
69
* The User Block Mode.
70
-
*
70
+
* Indicates whether the user is blocked or unblocked from making PSTN calls in Microsoft Teams. The possible values are: blocked, unblocked, unknownFutureValue.
@@ -94,7 +94,7 @@ public final AdditionalDataManager additionalDataManager() {
94
94
95
95
/**
96
96
* The User Principal Name.
97
-
*
97
+
* 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.
@@ -238,7 +238,7 @@ public final AdditionalDataManager additionalDataManager() {
238
238
239
239
/**
240
240
* The User Id.
241
-
* Calling user's ID in Graph. GUID. This and other user info will be null/empty for bot call types (ucap_in, ucap_out).
241
+
* The unique identifier (GUID) of the user in Azure Active Directory. This and other user info will be null/empty for bot call types (ucap_in, ucap_out).
@@ -111,7 +111,7 @@ public final AdditionalDataManager additionalDataManager() {
111
111
112
112
/**
113
113
* The User Principal Name.
114
-
*
114
+
* 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.
0 commit comments