Zero Trust Device Custom Profile Args
constructor(accountId: Output<String>? = null, allowModeSwitch: Output<Boolean>? = null, allowUpdates: Output<Boolean>? = null, allowedToLeave: Output<Boolean>? = null, autoConnect: Output<Double>? = null, captivePortal: Output<Double>? = null, description: Output<String>? = null, disableAutoFallback: Output<Boolean>? = null, enabled: Output<Boolean>? = null, excludeOfficeIps: Output<Boolean>? = null, excludes: Output<List<ZeroTrustDeviceCustomProfileExcludeArgs>>? = null, includes: Output<List<ZeroTrustDeviceCustomProfileIncludeArgs>>? = null, lanAllowMinutes: Output<Double>? = null, lanAllowSubnetSize: Output<Double>? = null, match: Output<String>? = null, name: Output<String>? = null, precedence: Output<Double>? = null, registerInterfaceIpWithDns: Output<Boolean>? = null, serviceModeV2: Output<ZeroTrustDeviceCustomProfileServiceModeV2Args>? = null, supportUrl: Output<String>? = null, switchLocked: Output<Boolean>? = null, tunnelProtocol: Output<String>? = null)