@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class DTCMacOS extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_BROWSER_VERSION |
static String |
JSON_PROPERTY_BUILT_IN_DNS_CLIENT_ENABLED |
static String |
JSON_PROPERTY_CHROME_REMOTE_DESKTOP_APP_BLOCKED |
static String |
JSON_PROPERTY_DEVICE_ENROLLMENT_DOMAIN |
static String |
JSON_PROPERTY_DISK_ENRYPTED |
static String |
JSON_PROPERTY_KEY_TRUST_LEVEL |
static String |
JSON_PROPERTY_OS_FIREWALL |
static String |
JSON_PROPERTY_OS_VERSION |
static String |
JSON_PROPERTY_PASSWORD_PROTECTION_WARNING_TRIGGER |
static String |
JSON_PROPERTY_REALTIME_URL_CHECK_MODE |
static String |
JSON_PROPERTY_SAFE_BROWSING_PROTECTION_LEVEL |
static String |
JSON_PROPERTY_SCREEN_LOCK_SECURED |
static String |
JSON_PROPERTY_SITE_ISOLATION_ENABLED |
Constructor and Description |
---|
DTCMacOS() |
Modifier and Type | Method and Description |
---|---|
DTCMacOS |
browserVersion(ChromeBrowserVersion browserVersion) |
DTCMacOS |
builtInDnsClientEnabled(Boolean builtInDnsClientEnabled) |
DTCMacOS |
chromeRemoteDesktopAppBlocked(Boolean chromeRemoteDesktopAppBlocked) |
DTCMacOS |
deviceEnrollmentDomain(String deviceEnrollmentDomain) |
DTCMacOS |
diskEnrypted(Boolean diskEnrypted) |
boolean |
equals(Object o) |
ChromeBrowserVersion |
getBrowserVersion()
Get browserVersion
|
Boolean |
getBuiltInDnsClientEnabled()
Indicates if a software stack is used to communicate with the DNS server
|
Boolean |
getChromeRemoteDesktopAppBlocked()
Indicates whether access to the Chrome Remote Desktop application is blocked through a policy
|
String |
getDeviceEnrollmentDomain()
Enrollment domain of the customer that is currently managing the device
|
Boolean |
getDiskEnrypted()
Indicates whether the main disk is encrypted
|
KeyTrustLevelBrowserKey |
getKeyTrustLevel()
Get keyTrustLevel
|
Boolean |
getOsFirewall()
Indicates whether a firewall is enabled at the OS-level on the device
|
OSVersion |
getOsVersion()
Get osVersion
|
PasswordProtectionWarningTrigger |
getPasswordProtectionWarningTrigger()
Get passwordProtectionWarningTrigger
|
Boolean |
getRealtimeUrlCheckMode()
Indicates whether enterprise-grade (custom) unsafe URL scanning is enabled
|
SafeBrowsingProtectionLevel |
getSafeBrowsingProtectionLevel()
Get safeBrowsingProtectionLevel
|
Boolean |
getScreenLockSecured()
Indicates whether the device is password-protected
|
Boolean |
getSiteIsolationEnabled()
Indicates whether the Site Isolation (also known as **Site Per Process**) setting is enabled
|
int |
hashCode() |
DTCMacOS |
keyTrustLevel(KeyTrustLevelBrowserKey keyTrustLevel) |
DTCMacOS |
osFirewall(Boolean osFirewall) |
DTCMacOS |
osVersion(OSVersion osVersion) |
DTCMacOS |
passwordProtectionWarningTrigger(PasswordProtectionWarningTrigger passwordProtectionWarningTrigger) |
DTCMacOS |
realtimeUrlCheckMode(Boolean realtimeUrlCheckMode) |
DTCMacOS |
safeBrowsingProtectionLevel(SafeBrowsingProtectionLevel safeBrowsingProtectionLevel) |
DTCMacOS |
screenLockSecured(Boolean screenLockSecured) |
void |
setBrowserVersion(ChromeBrowserVersion browserVersion) |
void |
setBuiltInDnsClientEnabled(Boolean builtInDnsClientEnabled) |
void |
setChromeRemoteDesktopAppBlocked(Boolean chromeRemoteDesktopAppBlocked) |
void |
setDeviceEnrollmentDomain(String deviceEnrollmentDomain) |
void |
setDiskEnrypted(Boolean diskEnrypted) |
void |
setKeyTrustLevel(KeyTrustLevelBrowserKey keyTrustLevel) |
void |
setOsFirewall(Boolean osFirewall) |
void |
setOsVersion(OSVersion osVersion) |
void |
setPasswordProtectionWarningTrigger(PasswordProtectionWarningTrigger passwordProtectionWarningTrigger) |
void |
setRealtimeUrlCheckMode(Boolean realtimeUrlCheckMode) |
void |
setSafeBrowsingProtectionLevel(SafeBrowsingProtectionLevel safeBrowsingProtectionLevel) |
void |
setScreenLockSecured(Boolean screenLockSecured) |
void |
setSiteIsolationEnabled(Boolean siteIsolationEnabled) |
DTCMacOS |
siteIsolationEnabled(Boolean siteIsolationEnabled) |
String |
toString() |
public static final String JSON_PROPERTY_BROWSER_VERSION
public static final String JSON_PROPERTY_BUILT_IN_DNS_CLIENT_ENABLED
public static final String JSON_PROPERTY_CHROME_REMOTE_DESKTOP_APP_BLOCKED
public static final String JSON_PROPERTY_DEVICE_ENROLLMENT_DOMAIN
public static final String JSON_PROPERTY_DISK_ENRYPTED
public static final String JSON_PROPERTY_KEY_TRUST_LEVEL
public static final String JSON_PROPERTY_OS_FIREWALL
public static final String JSON_PROPERTY_OS_VERSION
public static final String JSON_PROPERTY_PASSWORD_PROTECTION_WARNING_TRIGGER
public static final String JSON_PROPERTY_REALTIME_URL_CHECK_MODE
public static final String JSON_PROPERTY_SAFE_BROWSING_PROTECTION_LEVEL
public static final String JSON_PROPERTY_SCREEN_LOCK_SECURED
public static final String JSON_PROPERTY_SITE_ISOLATION_ENABLED
public DTCMacOS browserVersion(ChromeBrowserVersion browserVersion)
@Nullable public ChromeBrowserVersion getBrowserVersion()
public void setBrowserVersion(ChromeBrowserVersion browserVersion)
@Nullable public Boolean getBuiltInDnsClientEnabled()
public void setBuiltInDnsClientEnabled(Boolean builtInDnsClientEnabled)
public DTCMacOS chromeRemoteDesktopAppBlocked(Boolean chromeRemoteDesktopAppBlocked)
@Nullable public Boolean getChromeRemoteDesktopAppBlocked()
public void setChromeRemoteDesktopAppBlocked(Boolean chromeRemoteDesktopAppBlocked)
@Nullable public String getDeviceEnrollmentDomain()
public void setDeviceEnrollmentDomain(String deviceEnrollmentDomain)
@Nullable public Boolean getDiskEnrypted()
public void setDiskEnrypted(Boolean diskEnrypted)
public DTCMacOS keyTrustLevel(KeyTrustLevelBrowserKey keyTrustLevel)
@Nullable public KeyTrustLevelBrowserKey getKeyTrustLevel()
public void setKeyTrustLevel(KeyTrustLevelBrowserKey keyTrustLevel)
@Nullable public Boolean getOsFirewall()
public void setOsFirewall(Boolean osFirewall)
public void setOsVersion(OSVersion osVersion)
public DTCMacOS passwordProtectionWarningTrigger(PasswordProtectionWarningTrigger passwordProtectionWarningTrigger)
@Nullable public PasswordProtectionWarningTrigger getPasswordProtectionWarningTrigger()
public void setPasswordProtectionWarningTrigger(PasswordProtectionWarningTrigger passwordProtectionWarningTrigger)
@Nullable public Boolean getRealtimeUrlCheckMode()
public void setRealtimeUrlCheckMode(Boolean realtimeUrlCheckMode)
public DTCMacOS safeBrowsingProtectionLevel(SafeBrowsingProtectionLevel safeBrowsingProtectionLevel)
@Nullable public SafeBrowsingProtectionLevel getSafeBrowsingProtectionLevel()
public void setSafeBrowsingProtectionLevel(SafeBrowsingProtectionLevel safeBrowsingProtectionLevel)
@Nullable public Boolean getScreenLockSecured()
public void setScreenLockSecured(Boolean screenLockSecured)
@Nullable public Boolean getSiteIsolationEnabled()
public void setSiteIsolationEnabled(Boolean siteIsolationEnabled)
Copyright © 2017–2023 Okta. All rights reserved.