Package com.okta.sdk.resource.model
Class DTCChromeOS
java.lang.Object
com.okta.sdk.resource.model.DTCChromeOS
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:33.152574-06:00[America/Chicago]")
public class DTCChromeOS
extends Object
implements Serializable
Google Chrome Device Trust Connector provider
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowScreenLock(Boolean allowScreenLock) browserVersion(ChromeBrowserVersion browserVersion) builtInDnsClientEnabled(Boolean builtInDnsClientEnabled) chromeRemoteDesktopAppBlocked(Boolean chromeRemoteDesktopAppBlocked) deviceEnrollmentDomain(String deviceEnrollmentDomain) diskEnrypted(Boolean diskEnrypted) booleanIndicates whether the AllowScreenLock enterprise policy is enabledGet 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 enabledinthashCode()keyTrustLevel(KeyTrustLevelOSMode keyTrustLevel) osFirewall(Boolean osFirewall) passwordProtectionWarningTrigger(PasswordProtectionWarningTrigger passwordProtectionWarningTrigger) realtimeUrlCheckMode(Boolean realtimeUrlCheckMode) safeBrowsingProtectionLevel(SafeBrowsingProtectionLevel safeBrowsingProtectionLevel) screenLockSecured(Boolean screenLockSecured) voidsetAllowScreenLock(Boolean allowScreenLock) voidsetBrowserVersion(ChromeBrowserVersion browserVersion) voidsetBuiltInDnsClientEnabled(Boolean builtInDnsClientEnabled) voidsetChromeRemoteDesktopAppBlocked(Boolean chromeRemoteDesktopAppBlocked) voidsetDeviceEnrollmentDomain(String deviceEnrollmentDomain) voidsetDiskEnrypted(Boolean diskEnrypted) voidsetKeyTrustLevel(KeyTrustLevelOSMode keyTrustLevel) voidsetOsFirewall(Boolean osFirewall) voidsetOsVersion(OSVersion osVersion) voidsetPasswordProtectionWarningTrigger(PasswordProtectionWarningTrigger passwordProtectionWarningTrigger) voidsetRealtimeUrlCheckMode(Boolean realtimeUrlCheckMode) voidsetSafeBrowsingProtectionLevel(SafeBrowsingProtectionLevel safeBrowsingProtectionLevel) voidsetScreenLockSecured(Boolean screenLockSecured) voidsetSiteIsolationEnabled(Boolean siteIsolationEnabled) siteIsolationEnabled(Boolean siteIsolationEnabled) toString()
-
Field Details
-
JSON_PROPERTY_ALLOW_SCREEN_LOCK
- See Also:
-
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_ENRYPTED
- 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
-
DTCChromeOS
public DTCChromeOS()
-
-
Method Details
-
allowScreenLock
-
getAllowScreenLock
Indicates whether the AllowScreenLock enterprise policy is enabled- Returns:
- allowScreenLock
-
setAllowScreenLock
-
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
-
diskEnrypted
-
getDiskEnrypted
Indicates whether the main disk is encrypted- Returns:
- diskEnrypted
-
setDiskEnrypted
-
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 DTCChromeOS 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 DTCChromeOS 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
-