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-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class DTCChromeOS
extends Object
implements Serializable
Google Chrome Device Trust Connector provider
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowScreenLock
(Boolean allowScreenLock) browserVersion
(ChromeBrowserVersion browserVersion) builtInDnsClientEnabled
(Boolean builtInDnsClientEnabled) chromeRemoteDesktopAppBlocked
(Boolean chromeRemoteDesktopAppBlocked) deviceEnrollmentDomain
(String deviceEnrollmentDomain) diskEncrypted
(Boolean diskEncrypted) boolean
Indicates 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 the device is enrolled in ChromeOS device managementIndicates 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
(KeyTrustLevelOSMode keyTrustLevel) managedDevice
(Boolean managedDevice) osFirewall
(Boolean osFirewall) osVersion
(OSVersionFourComponents osVersion) passwordProtectionWarningTrigger
(PasswordProtectionWarningTrigger passwordProtectionWarningTrigger) realtimeUrlCheckMode
(Boolean realtimeUrlCheckMode) safeBrowsingProtectionLevel
(SafeBrowsingProtectionLevel safeBrowsingProtectionLevel) screenLockSecured
(Boolean screenLockSecured) void
setAllowScreenLock
(Boolean allowScreenLock) void
setBrowserVersion
(ChromeBrowserVersion browserVersion) void
setBuiltInDnsClientEnabled
(Boolean builtInDnsClientEnabled) void
setChromeRemoteDesktopAppBlocked
(Boolean chromeRemoteDesktopAppBlocked) void
setDeviceEnrollmentDomain
(String deviceEnrollmentDomain) void
setDiskEncrypted
(Boolean diskEncrypted) void
setKeyTrustLevel
(KeyTrustLevelOSMode keyTrustLevel) void
setManagedDevice
(Boolean managedDevice) void
setOsFirewall
(Boolean osFirewall) void
setOsVersion
(OSVersionFourComponents 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_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_ENCRYPTED
- See Also:
-
JSON_PROPERTY_KEY_TRUST_LEVEL
- See Also:
-
JSON_PROPERTY_MANAGED_DEVICE
- 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
-
setAllowScreenLock
-
browserVersion
-
getBrowserVersion
Get browserVersion- Returns:
- browserVersion
-
setBrowserVersion
-
builtInDnsClientEnabled
-
getBuiltInDnsClientEnabled
-
setBuiltInDnsClientEnabled
-
chromeRemoteDesktopAppBlocked
-
getChromeRemoteDesktopAppBlocked
-
setChromeRemoteDesktopAppBlocked
-
deviceEnrollmentDomain
-
getDeviceEnrollmentDomain
-
setDeviceEnrollmentDomain
-
diskEncrypted
-
getDiskEncrypted
-
setDiskEncrypted
-
keyTrustLevel
-
getKeyTrustLevel
-
setKeyTrustLevel
-
managedDevice
-
getManagedDevice
-
setManagedDevice
-
osFirewall
-
getOsFirewall
-
setOsFirewall
-
osVersion
-
getOsVersion
-
setOsVersion
-
passwordProtectionWarningTrigger
public DTCChromeOS passwordProtectionWarningTrigger(PasswordProtectionWarningTrigger passwordProtectionWarningTrigger) -
getPasswordProtectionWarningTrigger
Get passwordProtectionWarningTrigger- Returns:
- passwordProtectionWarningTrigger
-
setPasswordProtectionWarningTrigger
public void setPasswordProtectionWarningTrigger(PasswordProtectionWarningTrigger passwordProtectionWarningTrigger) -
realtimeUrlCheckMode
-
getRealtimeUrlCheckMode
-
setRealtimeUrlCheckMode
-
safeBrowsingProtectionLevel
public DTCChromeOS safeBrowsingProtectionLevel(SafeBrowsingProtectionLevel safeBrowsingProtectionLevel) -
getSafeBrowsingProtectionLevel
Get safeBrowsingProtectionLevel- Returns:
- safeBrowsingProtectionLevel
-
setSafeBrowsingProtectionLevel
-
screenLockSecured
-
getScreenLockSecured
-
setScreenLockSecured
-
siteIsolationEnabled
-
getSiteIsolationEnabled
-
setSiteIsolationEnabled
-
equals
-
hashCode
-
toString
-