public class MacOSGeneralDeviceConfiguration extends DeviceConfiguration implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
AppListType |
compliantAppListType
The Compliant App List Type.
|
java.util.List<AppListItem> |
compliantAppsList
The Compliant Apps List.
|
java.util.List<java.lang.String> |
emailInDomainSuffixes
The Email In Domain Suffixes.
|
java.lang.Boolean |
passwordBlockSimple
The Password Block Simple.
|
java.lang.Integer |
passwordExpirationDays
The Password Expiration Days.
|
java.lang.Integer |
passwordMinimumCharacterSetCount
The Password Minimum Character Set Count.
|
java.lang.Integer |
passwordMinimumLength
The Password Minimum Length.
|
java.lang.Integer |
passwordMinutesOfInactivityBeforeLock
The Password Minutes Of Inactivity Before Lock.
|
java.lang.Integer |
passwordMinutesOfInactivityBeforeScreenTimeout
The Password Minutes Of Inactivity Before Screen Timeout.
|
java.lang.Integer |
passwordPreviousPasswordBlockCount
The Password Previous Password Block Count.
|
java.lang.Boolean |
passwordRequired
The Password Required.
|
RequiredPasswordType |
passwordRequiredType
The Password Required Type.
|
assignments, createdDateTime, description, deviceSettingStateSummaries, deviceStatuses, deviceStatusOverview, displayName, lastModifiedDateTime, userStatuses, userStatusOverview, version| Constructor and Description |
|---|
MacOSGeneralDeviceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="compliantAppListType",
alternate="CompliantAppListType")
@Expose
@Nullable
public AppListType compliantAppListType
@SerializedName(value="compliantAppsList",
alternate="CompliantAppsList")
@Expose
@Nullable
public java.util.List<AppListItem> compliantAppsList
@SerializedName(value="emailInDomainSuffixes",
alternate="EmailInDomainSuffixes")
@Expose
@Nullable
public java.util.List<java.lang.String> emailInDomainSuffixes
@SerializedName(value="passwordBlockSimple",
alternate="PasswordBlockSimple")
@Expose
@Nullable
public java.lang.Boolean passwordBlockSimple
@SerializedName(value="passwordExpirationDays",
alternate="PasswordExpirationDays")
@Expose
@Nullable
public java.lang.Integer passwordExpirationDays
@SerializedName(value="passwordMinimumCharacterSetCount",
alternate="PasswordMinimumCharacterSetCount")
@Expose
@Nullable
public java.lang.Integer passwordMinimumCharacterSetCount
@SerializedName(value="passwordMinimumLength",
alternate="PasswordMinimumLength")
@Expose
@Nullable
public java.lang.Integer passwordMinimumLength
@SerializedName(value="passwordMinutesOfInactivityBeforeLock",
alternate="PasswordMinutesOfInactivityBeforeLock")
@Expose
@Nullable
public java.lang.Integer passwordMinutesOfInactivityBeforeLock
@SerializedName(value="passwordMinutesOfInactivityBeforeScreenTimeout",
alternate="PasswordMinutesOfInactivityBeforeScreenTimeout")
@Expose
@Nullable
public java.lang.Integer passwordMinutesOfInactivityBeforeScreenTimeout
@SerializedName(value="passwordPreviousPasswordBlockCount",
alternate="PasswordPreviousPasswordBlockCount")
@Expose
@Nullable
public java.lang.Integer passwordPreviousPasswordBlockCount
@SerializedName(value="passwordRequired",
alternate="PasswordRequired")
@Expose
@Nullable
public java.lang.Boolean passwordRequired
@SerializedName(value="passwordRequiredType",
alternate="PasswordRequiredType")
@Expose
@Nullable
public RequiredPasswordType passwordRequiredType
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class DeviceConfigurationserializer - the serializerjson - the JSON object to set this object to