@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class DTCWindows extends Object implements Serializable
Constructor and Description |
---|
DTCWindows() |
Modifier and Type | Method and Description |
---|---|
DTCWindows |
browserVersion(ChromeBrowserVersion browserVersion) |
DTCWindows |
builtInDnsClientEnabled(Boolean builtInDnsClientEnabled) |
DTCWindows |
chromeRemoteDesktopAppBlocked(Boolean chromeRemoteDesktopAppBlocked) |
DTCWindows |
crowdStrikeAgentId(String crowdStrikeAgentId) |
DTCWindows |
crowdStrikeCustomerId(String crowdStrikeCustomerId) |
DTCWindows |
deviceEnrollmentDomain(String deviceEnrollmentDomain) |
DTCWindows |
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 |
getCrowdStrikeAgentId()
Agent ID of an installed CrowdStrike agent
|
String |
getCrowdStrikeCustomerId()
Customer ID of an installed CrowdStrike agent
|
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 |
getSecureBootEnabled()
Indicates whether the device's startup software has its Secure Boot feature enabled
|
Boolean |
getSiteIsolationEnabled()
Indicates whether the Site Isolation (also known as **Site Per Process**) setting is enabled
|
Boolean |
getThirdPartyBlockingEnabled()
Indicates whether Chrome is blocking third-party software injection
|
String |
getWindowsMachineDomain()
Windows domain that the current machine has joined
|
String |
getWindowsUserDomain()
Windows domain for the current OS user
|
int |
hashCode() |
DTCWindows |
keyTrustLevel(KeyTrustLevelBrowserKey keyTrustLevel) |
DTCWindows |
osFirewall(Boolean osFirewall) |
DTCWindows |
osVersion(OSVersion osVersion) |
DTCWindows |
passwordProtectionWarningTrigger(PasswordProtectionWarningTrigger passwordProtectionWarningTrigger) |
DTCWindows |
realtimeUrlCheckMode(Boolean realtimeUrlCheckMode) |
DTCWindows |
safeBrowsingProtectionLevel(SafeBrowsingProtectionLevel safeBrowsingProtectionLevel) |
DTCWindows |
screenLockSecured(Boolean screenLockSecured) |
DTCWindows |
secureBootEnabled(Boolean secureBootEnabled) |
void |
setBrowserVersion(ChromeBrowserVersion browserVersion) |
void |
setBuiltInDnsClientEnabled(Boolean builtInDnsClientEnabled) |
void |
setChromeRemoteDesktopAppBlocked(Boolean chromeRemoteDesktopAppBlocked) |
void |
setCrowdStrikeAgentId(String crowdStrikeAgentId) |
void |
setCrowdStrikeCustomerId(String crowdStrikeCustomerId) |
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 |
setSecureBootEnabled(Boolean secureBootEnabled) |
void |
setSiteIsolationEnabled(Boolean siteIsolationEnabled) |
void |
setThirdPartyBlockingEnabled(Boolean thirdPartyBlockingEnabled) |
void |
setWindowsMachineDomain(String windowsMachineDomain) |
void |
setWindowsUserDomain(String windowsUserDomain) |
DTCWindows |
siteIsolationEnabled(Boolean siteIsolationEnabled) |
DTCWindows |
thirdPartyBlockingEnabled(Boolean thirdPartyBlockingEnabled) |
String |
toString() |
DTCWindows |
windowsMachineDomain(String windowsMachineDomain) |
DTCWindows |
windowsUserDomain(String windowsUserDomain) |
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_CROWD_STRIKE_AGENT_ID
public static final String JSON_PROPERTY_CROWD_STRIKE_CUSTOMER_ID
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_SECURE_BOOT_ENABLED
public static final String JSON_PROPERTY_SITE_ISOLATION_ENABLED
public static final String JSON_PROPERTY_THIRD_PARTY_BLOCKING_ENABLED
public static final String JSON_PROPERTY_WINDOWS_MACHINE_DOMAIN
public static final String JSON_PROPERTY_WINDOWS_USER_DOMAIN
public DTCWindows browserVersion(ChromeBrowserVersion browserVersion)
@Nullable public ChromeBrowserVersion getBrowserVersion()
public void setBrowserVersion(ChromeBrowserVersion browserVersion)
public DTCWindows builtInDnsClientEnabled(Boolean builtInDnsClientEnabled)
@Nullable public Boolean getBuiltInDnsClientEnabled()
public void setBuiltInDnsClientEnabled(Boolean builtInDnsClientEnabled)
public DTCWindows chromeRemoteDesktopAppBlocked(Boolean chromeRemoteDesktopAppBlocked)
@Nullable public Boolean getChromeRemoteDesktopAppBlocked()
public void setChromeRemoteDesktopAppBlocked(Boolean chromeRemoteDesktopAppBlocked)
public DTCWindows crowdStrikeAgentId(String crowdStrikeAgentId)
@Nullable public String getCrowdStrikeAgentId()
public void setCrowdStrikeAgentId(String crowdStrikeAgentId)
public DTCWindows crowdStrikeCustomerId(String crowdStrikeCustomerId)
@Nullable public String getCrowdStrikeCustomerId()
public void setCrowdStrikeCustomerId(String crowdStrikeCustomerId)
public DTCWindows deviceEnrollmentDomain(String deviceEnrollmentDomain)
@Nullable public String getDeviceEnrollmentDomain()
public void setDeviceEnrollmentDomain(String deviceEnrollmentDomain)
public DTCWindows diskEnrypted(Boolean diskEnrypted)
@Nullable public Boolean getDiskEnrypted()
public void setDiskEnrypted(Boolean diskEnrypted)
public DTCWindows keyTrustLevel(KeyTrustLevelBrowserKey keyTrustLevel)
@Nullable public KeyTrustLevelBrowserKey getKeyTrustLevel()
public void setKeyTrustLevel(KeyTrustLevelBrowserKey keyTrustLevel)
public DTCWindows osFirewall(Boolean osFirewall)
@Nullable public Boolean getOsFirewall()
public void setOsFirewall(Boolean osFirewall)
public DTCWindows osVersion(OSVersion osVersion)
public void setOsVersion(OSVersion osVersion)
public DTCWindows passwordProtectionWarningTrigger(PasswordProtectionWarningTrigger passwordProtectionWarningTrigger)
@Nullable public PasswordProtectionWarningTrigger getPasswordProtectionWarningTrigger()
public void setPasswordProtectionWarningTrigger(PasswordProtectionWarningTrigger passwordProtectionWarningTrigger)
public DTCWindows realtimeUrlCheckMode(Boolean realtimeUrlCheckMode)
@Nullable public Boolean getRealtimeUrlCheckMode()
public void setRealtimeUrlCheckMode(Boolean realtimeUrlCheckMode)
public DTCWindows safeBrowsingProtectionLevel(SafeBrowsingProtectionLevel safeBrowsingProtectionLevel)
@Nullable public SafeBrowsingProtectionLevel getSafeBrowsingProtectionLevel()
public void setSafeBrowsingProtectionLevel(SafeBrowsingProtectionLevel safeBrowsingProtectionLevel)
public DTCWindows screenLockSecured(Boolean screenLockSecured)
@Nullable public Boolean getScreenLockSecured()
public void setScreenLockSecured(Boolean screenLockSecured)
public DTCWindows secureBootEnabled(Boolean secureBootEnabled)
@Nullable public Boolean getSecureBootEnabled()
public void setSecureBootEnabled(Boolean secureBootEnabled)
public DTCWindows siteIsolationEnabled(Boolean siteIsolationEnabled)
@Nullable public Boolean getSiteIsolationEnabled()
public void setSiteIsolationEnabled(Boolean siteIsolationEnabled)
public DTCWindows thirdPartyBlockingEnabled(Boolean thirdPartyBlockingEnabled)
@Nullable public Boolean getThirdPartyBlockingEnabled()
public void setThirdPartyBlockingEnabled(Boolean thirdPartyBlockingEnabled)
public DTCWindows windowsMachineDomain(String windowsMachineDomain)
@Nullable public String getWindowsMachineDomain()
public void setWindowsMachineDomain(String windowsMachineDomain)
public DTCWindows windowsUserDomain(String windowsUserDomain)
@Nullable public String getWindowsUserDomain()
public void setWindowsUserDomain(String windowsUserDomain)
Copyright © 2017–2023 Okta. All rights reserved.