GetZeroTrustDeviceDefaultProfileResult

data class GetZeroTrustDeviceDefaultProfileResult(val accountId: String, val allowModeSwitch: Boolean, val allowUpdates: Boolean, val allowedToLeave: Boolean, val autoConnect: Double, val captivePortal: Double, val default: Boolean, val disableAutoFallback: Boolean, val enabled: Boolean, val excludeOfficeIps: Boolean, val excludes: List<GetZeroTrustDeviceDefaultProfileExclude>, val fallbackDomains: List<GetZeroTrustDeviceDefaultProfileFallbackDomain>, val gatewayUniqueId: String, val id: String, val includes: List<GetZeroTrustDeviceDefaultProfileInclude>, val registerInterfaceIpWithDns: Boolean, val serviceModeV2: GetZeroTrustDeviceDefaultProfileServiceModeV2, val supportUrl: String, val switchLocked: Boolean, val tunnelProtocol: String)

A collection of values returned by getZeroTrustDeviceDefaultProfile.

Constructors

Link copied to clipboard
constructor(accountId: String, allowModeSwitch: Boolean, allowUpdates: Boolean, allowedToLeave: Boolean, autoConnect: Double, captivePortal: Double, default: Boolean, disableAutoFallback: Boolean, enabled: Boolean, excludeOfficeIps: Boolean, excludes: List<GetZeroTrustDeviceDefaultProfileExclude>, fallbackDomains: List<GetZeroTrustDeviceDefaultProfileFallbackDomain>, gatewayUniqueId: String, id: String, includes: List<GetZeroTrustDeviceDefaultProfileInclude>, registerInterfaceIpWithDns: Boolean, serviceModeV2: GetZeroTrustDeviceDefaultProfileServiceModeV2, supportUrl: String, switchLocked: Boolean, tunnelProtocol: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Whether to allow devices to leave the organization.

Link copied to clipboard

Whether to allow the user to switch WARP between modes.

Link copied to clipboard

Whether to receive update notifications when a new version of the client is available.

Link copied to clipboard

The amount of time in seconds to reconnect after having been disabled.

Link copied to clipboard

Turn on the captive portal after the specified amount of time.

Link copied to clipboard

Whether the policy will be applied to matching devices.

Link copied to clipboard

If the dns_server field of a fallback domain is not present, the client will fall back to a best guess of the default/system DNS resolvers unless this policy option is set to true.

Link copied to clipboard

Whether the policy will be applied to matching devices.

Link copied to clipboard

Whether to add Microsoft IPs to Split Tunnel exclusions.

Link copied to clipboard

List of routes excluded in the WARP client's tunnel.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

List of routes included in the WARP client's tunnel.

Link copied to clipboard

Determines if the operating system will register WARP's local interface IP with your on-premises DNS server.

Link copied to clipboard

The URL to launch when the Send Feedback button is clicked.

Link copied to clipboard

Whether to allow the user to turn off the WARP switch and disconnect the client.

Link copied to clipboard

Determines which tunnel protocol to use.