Skip to content

Commit 78064c3

Browse files
author
Client Tooling Big Giant Robot
committed
Update generated files with build 1962718
1 parent 91e0306 commit 78064c3

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

src/main/java/com/microsoft/graph/models/extensions/Device.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,14 @@ public class Device extends DirectoryObject implements IJsonBackedObject {
113113
@Expose
114114
public Boolean isManaged;
115115

116+
/**
117+
* The Mdm App Id.
118+
* Application identifier used to register device into MDM. Read-only. Supports $filter.
119+
*/
120+
@SerializedName("mdmAppId")
121+
@Expose
122+
public String mdmAppId;
123+
116124
/**
117125
* The On Premises Last Sync Date Time.
118126
* The last time at which the object was synced with the on-premises directory.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 would look like this: '2014-01-01T00:00:00Z' Read-only.

src/main/java/com/microsoft/graph/models/extensions/Group.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,14 @@ public class Group extends DirectoryObject implements IJsonBackedObject {
215215
@Expose
216216
public Boolean securityEnabled;
217217

218+
/**
219+
* The Security Identifier.
220+
* Security identifier of the group, used in Windows scenarios. Returned by default.
221+
*/
222+
@SerializedName("securityIdentifier")
223+
@Expose
224+
public String securityIdentifier;
225+
218226
/**
219227
* The Visibility.
220228
* Specifies the visibility of an Office 365 group. Possible values are: Private, Public, or Hiddenmembership; blank values are treated as public. See group visibility options to learn more.Visibility can be set only when a group is created; it is not editable.Visibility is supported only for unified groups; it is not supported for security groups. Returned by default.

src/main/java/com/microsoft/graph/models/extensions/User.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,14 @@ public class User extends DirectoryObject implements IJsonBackedObject {
233233
@Expose
234234
public String jobTitle;
235235

236+
/**
237+
* The Last Password Change Date Time.
238+
* The time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
239+
*/
240+
@SerializedName("lastPasswordChangeDateTime")
241+
@Expose
242+
public java.util.Calendar lastPasswordChangeDateTime;
243+
236244
/**
237245
* The Legal Age Group Classification.
238246
* Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.)

0 commit comments

Comments
 (0)