public class MacOSCompliancePolicy extends DeviceCompliancePolicy implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Boolean |
deviceThreatProtectionEnabled
The Device Threat Protection Enabled.
|
DeviceThreatProtectionLevel |
deviceThreatProtectionRequiredSecurityLevel
The Device Threat Protection Required Security Level.
|
java.lang.Boolean |
firewallBlockAllIncoming
The Firewall Block All Incoming.
|
java.lang.Boolean |
firewallEnabled
The Firewall Enabled.
|
java.lang.Boolean |
firewallEnableStealthMode
The Firewall Enable Stealth Mode.
|
java.lang.String |
osMaximumVersion
The Os Maximum Version.
|
java.lang.String |
osMinimumVersion
The Os Minimum Version.
|
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 |
passwordPreviousPasswordBlockCount
The Password Previous Password Block Count.
|
java.lang.Boolean |
passwordRequired
The Password Required.
|
RequiredPasswordType |
passwordRequiredType
The Password Required Type.
|
java.lang.Boolean |
storageRequireEncryption
The Storage Require Encryption.
|
java.lang.Boolean |
systemIntegrityProtectionEnabled
The System Integrity Protection Enabled.
|
assignments, createdDateTime, description, deviceSettingStateSummaries, deviceStatuses, deviceStatusOverview, displayName, lastModifiedDateTime, scheduledActionsForRule, userStatuses, userStatusOverview, version| Constructor and Description |
|---|
MacOSCompliancePolicy() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="passwordRequired") @Expose public java.lang.Boolean passwordRequired
@SerializedName(value="passwordBlockSimple") @Expose public java.lang.Boolean passwordBlockSimple
@SerializedName(value="passwordExpirationDays") @Expose public java.lang.Integer passwordExpirationDays
@SerializedName(value="passwordMinimumLength") @Expose public java.lang.Integer passwordMinimumLength
@SerializedName(value="passwordMinutesOfInactivityBeforeLock") @Expose public java.lang.Integer passwordMinutesOfInactivityBeforeLock
@SerializedName(value="passwordPreviousPasswordBlockCount") @Expose public java.lang.Integer passwordPreviousPasswordBlockCount
@SerializedName(value="passwordMinimumCharacterSetCount") @Expose public java.lang.Integer passwordMinimumCharacterSetCount
@SerializedName(value="passwordRequiredType") @Expose public RequiredPasswordType passwordRequiredType
@SerializedName(value="osMinimumVersion") @Expose public java.lang.String osMinimumVersion
@SerializedName(value="osMaximumVersion") @Expose public java.lang.String osMaximumVersion
@SerializedName(value="systemIntegrityProtectionEnabled") @Expose public java.lang.Boolean systemIntegrityProtectionEnabled
@SerializedName(value="deviceThreatProtectionEnabled") @Expose public java.lang.Boolean deviceThreatProtectionEnabled
@SerializedName(value="deviceThreatProtectionRequiredSecurityLevel") @Expose public DeviceThreatProtectionLevel deviceThreatProtectionRequiredSecurityLevel
@SerializedName(value="storageRequireEncryption") @Expose public java.lang.Boolean storageRequireEncryption
@SerializedName(value="firewallEnabled") @Expose public java.lang.Boolean firewallEnabled
@SerializedName(value="firewallBlockAllIncoming") @Expose public java.lang.Boolean firewallBlockAllIncoming
@SerializedName(value="firewallEnableStealthMode") @Expose public java.lang.Boolean firewallEnableStealthMode
public com.google.gson.JsonObject getRawObject()
getRawObject in class DeviceCompliancePolicyprotected ISerializer getSerializer()
getSerializer in class DeviceCompliancePolicypublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class DeviceCompliancePolicyserializer - the serializerjson - the JSON object to set this object to