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
Copy file name to clipboardExpand all lines: src/Microsoft.Graph/Generated/model/AdministrativeUnit.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ public AdministrativeUnit()
44
44
45
45
/// <summary>
46
46
/// Gets or sets visibility.
47
-
/// Controls whether the administrative unit and its members are hidden or public. Can be set to HiddenMembership. If not set (value is null), the default behavior is public. When set to HiddenMembership, only members of the administrative unit can list other members of the administrative unit.
47
+
/// Controls whether the administrative unit and its members are hidden or public. Can be set to HiddenMembership or Public. If not set, the default behavior is Public. When set to HiddenMembership, only members of the administrative unit can list other members of the administrative unit.
Copy file name to clipboardExpand all lines: src/Microsoft.Graph/Generated/model/Identity.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,14 @@ public partial class Identity
23
23
24
24
/// <summary>
25
25
/// Gets or sets displayName.
26
-
/// The display name of the identity. This property is read-only.
26
+
/// The identity's display name. Note that this may not always be available or up to date. For example, if a user changes their display name, the API may show the new value in a future response, but the items associated with the user won't show up as having changed when using delta.
27
27
/// </summary>
28
28
[JsonPropertyName("displayName")]
29
29
publicstringDisplayName{get;set;}
30
30
31
31
/// <summary>
32
32
/// Gets or sets id.
33
-
/// The identifier of the identity. This property is read-only.
Copy file name to clipboardExpand all lines: src/Microsoft.Graph/Generated/model/User.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -226,7 +226,7 @@ public User()
226
226
227
227
/// <summary>
228
228
/// Gets or sets mail.
229
-
/// The SMTP address for the user, for example, admin@contoso.com. Changes to this property will also update the user's proxyAddresses collection to include the value as an SMTP address. For Azure AD B2C accounts, this property can be updated up to only ten times with unique SMTP addresses. This property cannot contain accent characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith, and eq on null values).
229
+
/// The SMTP address for the user, for example, admin@contoso.com. Changes to this property will also update the user's proxyAddresses collection to include the value as an SMTP address. This property cannot contain accent characters. NOTE: We do not recommend updating this property for Azure AD B2C user profiles. Use the otherMails property instead. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith, and eq on null values).
0 commit comments