Package com.okta.sdk.resource.model
Class DTCMacOS
java.lang.Object
com.okta.sdk.resource.model.DTCMacOS
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class DTCMacOS
extends Object
implements Serializable
Google Chrome Device Trust Connector provider
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbrowserVersion
(ChromeBrowserVersion browserVersion) builtInDnsClientEnabled
(Boolean builtInDnsClientEnabled) chromeRemoteDesktopAppBlocked
(Boolean chromeRemoteDesktopAppBlocked) deviceEnrollmentDomain
(String deviceEnrollmentDomain) diskEncrypted
(Boolean diskEncrypted) boolean
Get browserVersionIndicates if a software stack is used to communicate with the DNS serverIndicates whether access to the Chrome Remote Desktop application is blocked through a policyEnrollment domain of the customer that is currently managing the deviceIndicates whether the main disk is encryptedGet keyTrustLevelIndicates whether a firewall is enabled at the OS-level on the deviceGet osVersionGet passwordProtectionWarningTriggerIndicates whether enterprise-grade (custom) unsafe URL scanning is enabledGet safeBrowsingProtectionLevelIndicates whether the device is password-protectedIndicates whether the Site Isolation (also known as **Site Per Process**) setting is enabledint
hashCode()
keyTrustLevel
(KeyTrustLevelBrowserKey keyTrustLevel) osFirewall
(Boolean osFirewall) osVersion
(OSVersionThreeComponents osVersion) passwordProtectionWarningTrigger
(PasswordProtectionWarningTrigger passwordProtectionWarningTrigger) realtimeUrlCheckMode
(Boolean realtimeUrlCheckMode) safeBrowsingProtectionLevel
(SafeBrowsingProtectionLevel safeBrowsingProtectionLevel) screenLockSecured
(Boolean screenLockSecured) void
setBrowserVersion
(ChromeBrowserVersion browserVersion) void
setBuiltInDnsClientEnabled
(Boolean builtInDnsClientEnabled) void
setChromeRemoteDesktopAppBlocked
(Boolean chromeRemoteDesktopAppBlocked) void
setDeviceEnrollmentDomain
(String deviceEnrollmentDomain) void
setDiskEncrypted
(Boolean diskEncrypted) void
setKeyTrustLevel
(KeyTrustLevelBrowserKey keyTrustLevel) void
setOsFirewall
(Boolean osFirewall) void
setOsVersion
(OSVersionThreeComponents osVersion) void
setPasswordProtectionWarningTrigger
(PasswordProtectionWarningTrigger passwordProtectionWarningTrigger) void
setRealtimeUrlCheckMode
(Boolean realtimeUrlCheckMode) void
setSafeBrowsingProtectionLevel
(SafeBrowsingProtectionLevel safeBrowsingProtectionLevel) void
setScreenLockSecured
(Boolean screenLockSecured) void
setSiteIsolationEnabled
(Boolean siteIsolationEnabled) siteIsolationEnabled
(Boolean siteIsolationEnabled) toString()
-
Field Details
-
JSON_PROPERTY_BROWSER_VERSION
- See Also:
-
JSON_PROPERTY_BUILT_IN_DNS_CLIENT_ENABLED
- See Also:
-
JSON_PROPERTY_CHROME_REMOTE_DESKTOP_APP_BLOCKED
- See Also:
-
JSON_PROPERTY_DEVICE_ENROLLMENT_DOMAIN
- See Also:
-
JSON_PROPERTY_DISK_ENCRYPTED
- See Also:
-
JSON_PROPERTY_KEY_TRUST_LEVEL
- See Also:
-
JSON_PROPERTY_OS_FIREWALL
- See Also:
-
JSON_PROPERTY_OS_VERSION
- See Also:
-
JSON_PROPERTY_PASSWORD_PROTECTION_WARNING_TRIGGER
- See Also:
-
JSON_PROPERTY_REALTIME_URL_CHECK_MODE
- See Also:
-
JSON_PROPERTY_SAFE_BROWSING_PROTECTION_LEVEL
- See Also:
-
JSON_PROPERTY_SCREEN_LOCK_SECURED
- See Also:
-
JSON_PROPERTY_SITE_ISOLATION_ENABLED
- See Also:
-
-
Constructor Details
-
DTCMacOS
public DTCMacOS()
-
-
Method Details
-
browserVersion
-
getBrowserVersion
Get browserVersion- Returns:
- browserVersion
-
setBrowserVersion
-
builtInDnsClientEnabled
-
getBuiltInDnsClientEnabled
Indicates if a software stack is used to communicate with the DNS server- Returns:
- builtInDnsClientEnabled
-
setBuiltInDnsClientEnabled
-
chromeRemoteDesktopAppBlocked
-
getChromeRemoteDesktopAppBlocked
Indicates whether access to the Chrome Remote Desktop application is blocked through a policy- Returns:
- chromeRemoteDesktopAppBlocked
-
setChromeRemoteDesktopAppBlocked
-
deviceEnrollmentDomain
-
getDeviceEnrollmentDomain
Enrollment domain of the customer that is currently managing the device- Returns:
- deviceEnrollmentDomain
-
setDeviceEnrollmentDomain
-
diskEncrypted
-
getDiskEncrypted
Indicates whether the main disk is encrypted- Returns:
- diskEncrypted
-
setDiskEncrypted
-
keyTrustLevel
-
getKeyTrustLevel
Get keyTrustLevel- Returns:
- keyTrustLevel
-
setKeyTrustLevel
-
osFirewall
-
getOsFirewall
Indicates whether a firewall is enabled at the OS-level on the device- Returns:
- osFirewall
-
setOsFirewall
-
osVersion
-
getOsVersion
Get osVersion- Returns:
- osVersion
-
setOsVersion
-
passwordProtectionWarningTrigger
public DTCMacOS passwordProtectionWarningTrigger(PasswordProtectionWarningTrigger passwordProtectionWarningTrigger) -
getPasswordProtectionWarningTrigger
Get passwordProtectionWarningTrigger- Returns:
- passwordProtectionWarningTrigger
-
setPasswordProtectionWarningTrigger
public void setPasswordProtectionWarningTrigger(PasswordProtectionWarningTrigger passwordProtectionWarningTrigger) -
realtimeUrlCheckMode
-
getRealtimeUrlCheckMode
Indicates whether enterprise-grade (custom) unsafe URL scanning is enabled- Returns:
- realtimeUrlCheckMode
-
setRealtimeUrlCheckMode
-
safeBrowsingProtectionLevel
public DTCMacOS safeBrowsingProtectionLevel(SafeBrowsingProtectionLevel safeBrowsingProtectionLevel) -
getSafeBrowsingProtectionLevel
Get safeBrowsingProtectionLevel- Returns:
- safeBrowsingProtectionLevel
-
setSafeBrowsingProtectionLevel
-
screenLockSecured
-
getScreenLockSecured
Indicates whether the device is password-protected- Returns:
- screenLockSecured
-
setScreenLockSecured
-
siteIsolationEnabled
-
getSiteIsolationEnabled
Indicates whether the Site Isolation (also known as **Site Per Process**) setting is enabled- Returns:
- siteIsolationEnabled
-
setSiteIsolationEnabled
-
equals
-
hashCode
public int hashCode() -
toString
-